From 97f589c9500324e55fb162cf815ec37a4a96ac63 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 12 May 2010 14:46:48 +0200 Subject: Do not show the security status in the statusbar It's already shown in the URL entry, so it's redundant. First step towards getting rid of the statusbar for good... --- 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 f3125d625..b65ff2055 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -1741,9 +1741,6 @@ sync_tab_security (EphyWebView *view, g_free (tmp); } - ephy_statusbar_set_security_state (EPHY_STATUSBAR (priv->statusbar), - stock_id, tooltip); - ephy_toolbar_set_security_state (priv->toolbar, is_secure, show_lock, stock_id, tooltip); -- cgit v1.2.3