diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-09-25 22:46:34 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-09-25 22:46:34 +0800 |
commit | 1f5837d01ac939d1f8a51aefa3ce11cdcbe01c2a (patch) | |
tree | 9b56418fc7d82b0cd60c2320819e708bbb9f82d9 | |
parent | c06c38cff949faab27e9152206ebf5de13aafb4b (diff) | |
download | gsoc2013-epiphany-1f5837d01ac939d1f8a51aefa3ce11cdcbe01c2a.tar gsoc2013-epiphany-1f5837d01ac939d1f8a51aefa3ce11cdcbe01c2a.tar.gz gsoc2013-epiphany-1f5837d01ac939d1f8a51aefa3ce11cdcbe01c2a.tar.bz2 gsoc2013-epiphany-1f5837d01ac939d1f8a51aefa3ce11cdcbe01c2a.tar.lz gsoc2013-epiphany-1f5837d01ac939d1f8a51aefa3ce11cdcbe01c2a.tar.xz gsoc2013-epiphany-1f5837d01ac939d1f8a51aefa3ce11cdcbe01c2a.tar.zst gsoc2013-epiphany-1f5837d01ac939d1f8a51aefa3ce11cdcbe01c2a.zip |
Follow tabs pref on double click.
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.
-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); } |