diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-09-25 22:55:14 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-09-25 22:55:14 +0800 |
commit | 2dfcaae29d711915fb58f38ac76ba518f701c9af (patch) | |
tree | 833f6163c9386cce9186e2793da336c408bd4371 /src/ephy-history-window.c | |
parent | 55b40647e65439d69831862ef98a25f039111325 (diff) | |
download | gsoc2013-epiphany-2dfcaae29d711915fb58f38ac76ba518f701c9af.tar gsoc2013-epiphany-2dfcaae29d711915fb58f38ac76ba518f701c9af.tar.gz gsoc2013-epiphany-2dfcaae29d711915fb58f38ac76ba518f701c9af.tar.bz2 gsoc2013-epiphany-2dfcaae29d711915fb58f38ac76ba518f701c9af.tar.lz gsoc2013-epiphany-2dfcaae29d711915fb58f38ac76ba518f701c9af.tar.xz gsoc2013-epiphany-2dfcaae29d711915fb58f38ac76ba518f701c9af.tar.zst gsoc2013-epiphany-2dfcaae29d711915fb58f38ac76ba518f701c9af.zip |
*** empty log message ***
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r-- | src/ephy-history-window.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index 8ce8e0281..7b9c09f5b 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -596,14 +596,11 @@ ephy_history_window_node_activated_cb (GtkWidget *view, EphyHistoryWindow *editor) { const char *location; - EphyWindow *window; location = ephy_node_get_property_string (node, EPHY_NODE_PAGE_PROP_LOCATION); g_return_if_fail (location != NULL); - window = EPHY_WINDOW (get_target_window (editor)); - ephy_shell_new_tab (ephy_shell, NULL, NULL, location, EPHY_NEW_TAB_OPEN_PAGE); } |