diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-04-30 21:11:37 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-04-30 21:11:37 +0800 |
commit | 701cb67fe785b4562adbdbeeaf7b2667cc4970a3 (patch) | |
tree | 267224c04c6881ada4bf929a308063503e2f40f0 /src/bookmarks/ephy-bookmarks-editor.c | |
parent | 1e87821a2fffbad162cdd36a3f80e7f43021e803 (diff) | |
download | gsoc2013-epiphany-701cb67fe785b4562adbdbeeaf7b2667cc4970a3.tar gsoc2013-epiphany-701cb67fe785b4562adbdbeeaf7b2667cc4970a3.tar.gz gsoc2013-epiphany-701cb67fe785b4562adbdbeeaf7b2667cc4970a3.tar.bz2 gsoc2013-epiphany-701cb67fe785b4562adbdbeeaf7b2667cc4970a3.tar.lz gsoc2013-epiphany-701cb67fe785b4562adbdbeeaf7b2667cc4970a3.tar.xz gsoc2013-epiphany-701cb67fe785b4562adbdbeeaf7b2667cc4970a3.tar.zst gsoc2013-epiphany-701cb67fe785b4562adbdbeeaf7b2667cc4970a3.zip |
Respect all the new_tab used flags, drop unused ones. Patch by Christian
Respect all the new_tab used flags, drop unused ones.
Patch by Christian Perch <chpe+gnomebugz@stud.uni-saarland.de>
Diffstat (limited to 'src/bookmarks/ephy-bookmarks-editor.c')
-rw-r--r-- | src/bookmarks/ephy-bookmarks-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c index dd6aa9158..eca629938 100644 --- a/src/bookmarks/ephy-bookmarks-editor.c +++ b/src/bookmarks/ephy-bookmarks-editor.c @@ -347,7 +347,7 @@ cmd_open_bookmarks_in_tabs (EggAction *action, EPHY_NODE_BMK_PROP_LOCATION); ephy_shell_new_tab (ephy_shell, window, NULL, location, - EPHY_NEW_TAB_APPEND|EPHY_NEW_TAB_IN_EXISTING_WINDOW); + EPHY_NEW_TAB_APPEND_GROUPED | EPHY_NEW_TAB_IN_EXISTING_WINDOW); } g_list_free (selection); |