From 93f655b3774a30546f4ccb2fb6f9f2ece34243f0 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Thu, 9 Feb 2012 05:26:58 -0500 Subject: ephy-shell: load home page in new windows Fixes the uncertain loading state of new windows. https://bugzilla.gnome.org/show_bug.cgi?id=669130 --- src/ephy-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 8a29994c2..bfa643bb3 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -167,7 +167,7 @@ new_window (GSimpleAction *action, gpointer user_data) { ephy_shell_new_tab (ephy_shell, NULL, NULL, NULL, - EPHY_NEW_TAB_IN_NEW_WINDOW); + EPHY_NEW_TAB_IN_NEW_WINDOW | EPHY_NEW_TAB_HOME_PAGE); } static void -- cgit v1.2.3