From a3f08a52b5b93c67665ad9ca4341e30940538cf1 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Thu, 13 May 2010 12:56:29 +0200 Subject: ephy-statusbar: remove caret browsing indicator We now show a dialog before enabling the preference, which should be warning enough. --- src/ephy-window.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ephy-window.c') diff --git a/src/ephy-window.c b/src/ephy-window.c index 063ae7878..31502ee4a 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -3455,7 +3455,6 @@ browse_with_caret_notifier (GConfClient *client, GConfEntry *entry, EphyWindow *window) { - EphyWindowPrivate *priv = window->priv; GtkAction *action; gboolean enabled; @@ -3463,8 +3462,6 @@ browse_with_caret_notifier (GConfClient *client, action = gtk_action_group_get_action (window->priv->action_group, "BrowseWithCaret"); gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), enabled); - - ephy_statusbar_set_caret_mode (EPHY_STATUSBAR (priv->statusbar), enabled); } static void -- cgit v1.2.3