[epiphany] ephy-shell: load home page in new windows



commit 93f655b3774a30546f4ccb2fb6f9f2ece34243f0
Author: Diego Escalante Urrelo <diegoe igalia com>
Date:   Thu Feb 9 05:26:58 2012 -0500

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 8a29994..bfa643b 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



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