diff options
author | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-02-09 18:26:58 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-02-09 18:26:58 +0800 |
commit | 93f655b3774a30546f4ccb2fb6f9f2ece34243f0 (patch) | |
tree | d67810d2204602e982a76a8fbf25e2cafcad40fb | |
parent | 99251b7d6ec60966bafc8982f0b0b48a3e93865b (diff) | |
download | gsoc2013-epiphany-93f655b3774a30546f4ccb2fb6f9f2ece34243f0.tar.gz gsoc2013-epiphany-93f655b3774a30546f4ccb2fb6f9f2ece34243f0.tar.zst gsoc2013-epiphany-93f655b3774a30546f4ccb2fb6f9f2ece34243f0.zip |
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
-rw-r--r-- | 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 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 |