diff options
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 |