From 9dbfd9b34b6dab67863392504c221e0c6f0eb4a2 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 26 Jun 2003 15:47:41 +0000 Subject: Use window_load_url when useful. Right now just a cleanup but will be 2003-06-26 Marco Pesenti Gritti * src/bookmarks/ephy-bookmarks-menu.c: (go_location_cb): * src/ephy-favorites-menu.c: (go_location_cb): * src/ephy-navigation-action.c: (activate_up_menu_item_cb): * src/ephy-shell.c: (ephy_shell_new_tab): * src/toolbar.c: (go_location_cb): * src/window-commands.c: (window_cmd_go_home): Use window_load_url when useful. Right now just a cleanup but will be useful when mozilla focus will stop to suck. --- src/ephy-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-shell.c') diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 7af15a0a3..926527193 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -403,8 +403,8 @@ ephy_shell_new_tab (EphyShell *shell, flags & EPHY_NEW_TAB_NEW_PAGE) { ephy_tab_set_location (tab, "", TAB_ADDRESS_EXPIRE_NEXT); - load_homepage (embed); toolbar_activate_location (toolbar); + load_homepage (embed); } else if (flags & EPHY_NEW_TAB_OPEN_PAGE) { -- cgit v1.2.3