From e2f4950b570a583b73bb45368cb86b533e9ce71a Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 13 Aug 2003 21:12:38 +0000 Subject: Fix opening bookmarks in new window, there was a missing flag. Fix opening bookmarks in new window, there was a missing flag. --- ChangeLog | 7 +++++++ src/bookmarks/ephy-bookmarks-editor.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 035f15f09..381c302ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-08-13 Xan Lopez + + * src/bookmarks/ephy-bookmarks-editor.c: + (cmd_open_bookmarks_in_browser): + + Fix opening bookmarks in new window, there was a missing flag. + 2003-08-13 Marco Pesenti Gritti * embed/mozilla/EphyWrapper.cpp: diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c index 4fd221246..952c848e6 100644 --- a/src/bookmarks/ephy-bookmarks-editor.c +++ b/src/bookmarks/ephy-bookmarks-editor.c @@ -386,7 +386,7 @@ cmd_open_bookmarks_in_browser (EggAction *action, EPHY_NODE_BMK_PROP_LOCATION); ephy_shell_new_tab (ephy_shell, window, NULL, location, - EPHY_NEW_TAB_IN_NEW_WINDOW); + EPHY_NEW_TAB_OPEN_PAGE | EPHY_NEW_TAB_IN_NEW_WINDOW); } g_list_free (selection); -- cgit v1.2.3