diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | src/ephy-history-window.c | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,12 @@ 2003-09-25 Marco Pesenti Gritti <marco@gnome.org> + * src/ephy-history-window.c: + (ephy_history_window_node_activated_cb): + + Follow tabs pref on double click. + +2003-09-25 Marco Pesenti Gritti <marco@gnome.org> + * data/glade/epiphany.glade: * embed/mozilla/ContentHandler.cpp: diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index 03cc94467..cf99b62dd 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -609,7 +609,7 @@ ephy_history_window_node_activated_cb (GtkWidget *view, window = EPHY_WINDOW (get_target_window (editor)); - ephy_shell_new_tab (ephy_shell, NULL, NULL, location, + ephy_shell_new_tab (ephy_shell, window, NULL, location, EPHY_NEW_TAB_OPEN_PAGE); } |