From 701cb67fe785b4562adbdbeeaf7b2667cc4970a3 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 30 Apr 2003 13:11:37 +0000 Subject: 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 --- src/ephy-history-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-history-window.c') diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index 120ab70e1..36c9a013f 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -236,7 +236,7 @@ cmd_open_bookmarks_in_tabs (EggAction *action, EPHY_NODE_PAGE_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); -- cgit v1.2.3