From ea5a1275dc414d8989e82a096ecb2f1da50566ea Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 12 Jun 2009 02:41:11 +0300 Subject: ephy-shell.c: do not set typed address when opening a new tab. Fixes missing URI before load-committed but gives weird problems with about:blank getting stuck, need to think this through. --- src/ephy-shell.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 21daf4fe5..d097f4726 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -517,9 +517,6 @@ ephy_shell_new_tab_full (EphyShell *shell, } else if (flags & EPHY_NEW_TAB_OPEN_PAGE) { - ephy_web_view_set_typed_address (EPHY_GET_EPHY_WEB_VIEW_FROM_EMBED (embed), - webkit_network_request_get_uri (request), - EPHY_WEB_VIEW_ADDRESS_EXPIRE_NEXT); ephy_web_view_load_request (EPHY_WEB_VIEW (EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBED (embed)), request); -- cgit v1.2.3