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. --- ChangeLog | 8 ++++++++ lib/ephy-prefs.h | 2 -- src/ephy-notebook.c | 5 ----- src/ephy-shell.c | 2 -- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7a8c6ac24..52bff8ac6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +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. + 2003-06-03 Christian Persch * lib/widgets/ephy-spinner.c: diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h index bed33c9d5..3686a53fb 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -26,11 +26,9 @@ G_BEGIN_DECLS /* Interface */ #define CONF_TABS_TABBED "/apps/epiphany/interface/open_in_tab" -#define CONF_TABS_TABBED_AUTOJUMP "/apps/epiphany/interface/jumpto_tab" #define CONF_WINDOWS_SHOW_TOOLBARS "/apps/epiphany/interface/show_toolbars" #define CONF_WINDOWS_SHOW_BOOKMARKS_BAR "/apps/epiphany/interface/show_bookmarks_bar" #define CONF_WINDOWS_SHOW_STATUSBAR "/apps/epiphany/interface/show_statusbar" -#define CONF_TOOLBAR_SPINNER_THEME "/apps/epiphany/interface/spinner_theme" #define CONF_BOOKMARKS_SELECTED_NODE "/apps/epiphany/interface/bookmark_keyword_selected_node" #define CONF_INTERFACE_MIDDLE_CLICK_OPEN_URL "/apps/epiphany/interface/middle_click_open_url" 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; diff --git a/src/ephy-shell.c b/src/ephy-shell.c index b2faa8cb3..fa566acad 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -484,8 +484,6 @@ ephy_shell_new_tab (EphyShell *shell, if (flags & EPHY_NEW_TAB_IN_NEW_WINDOW) in_new_window = TRUE; if (flags & EPHY_NEW_TAB_IN_EXISTING_WINDOW) in_new_window = FALSE; - jump_to = eel_gconf_get_boolean (CONF_TABS_TABBED_AUTOJUMP); - if (flags & EPHY_NEW_TAB_JUMP) jump_to = TRUE; if (flags & EPHY_NEW_TAB_DONT_JUMP_TO) jump_to = FALSE; -- cgit v1.2.3