[epiphany] ephy-shell.c: do not set typed address when opening a new tab.



commit ea5a1275dc414d8989e82a096ecb2f1da50566ea
Author: Xan Lopez <xan gnome org>
Date:   Fri Jun 12 02:41:11 2009 +0300

    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 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 21daf4f..d097f47 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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]