From bbefce85cb56466bf454c8bed271e0826025951b Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 3 Jun 2003 16:48:27 +0000 Subject: Get rid of the leftovers of the jump-to-tab pref. 2003-06-02 Christian Persch * lib/ephy-prefs.h: * src/ephy-shell.c: (ephy_shell_new_tab): * src/ephy-notebook.c: (notebook_drag_data_received_cb): Get rid of the leftovers of the jump-to-tab pref. --- src/ephy-notebook.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ephy-notebook.c') diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index 2e8766683..4bee3f8e4 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -681,11 +681,6 @@ notebook_drag_data_received_cb (GtkWidget* widget, GdkDragContext *context, EPHY_NEW_TAB_DONT_JUMP_TO); } - if (num == 0 && eel_gconf_get_boolean (CONF_TABS_TABBED_AUTOJUMP)) - { - ephy_window_jump_to_tab (window, tab); - } - g_free (url); url = NULL; l = l->next; -- cgit v1.2.3