aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-statusbar.h
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2010-05-12 20:46:48 +0800
committerXan Lopez <xan@gnome.org>2010-05-12 20:46:48 +0800
commit97f589c9500324e55fb162cf815ec37a4a96ac63 (patch)
treeab58b73c065673f33a295eeb18715d711a07951c /src/ephy-statusbar.h
parentbed36ad982a8a8300b45abe33394478c302f3dc8 (diff)
downloadgsoc2013-epiphany-97f589c9500324e55fb162cf815ec37a4a96ac63.tar
gsoc2013-epiphany-97f589c9500324e55fb162cf815ec37a4a96ac63.tar.gz
gsoc2013-epiphany-97f589c9500324e55fb162cf815ec37a4a96ac63.tar.bz2
gsoc2013-epiphany-97f589c9500324e55fb162cf815ec37a4a96ac63.tar.lz
gsoc2013-epiphany-97f589c9500324e55fb162cf815ec37a4a96ac63.tar.xz
gsoc2013-epiphany-97f589c9500324e55fb162cf815ec37a4a96ac63.tar.zst
gsoc2013-epiphany-97f589c9500324e55fb162cf815ec37a4a96ac63.zip
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...
Diffstat (limited to 'src/ephy-statusbar.h')
-rw-r--r--src/ephy-statusbar.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ephy-statusbar.h b/src/ephy-statusbar.h
index f6b387977..48eaafc7a 100644
--- a/src/ephy-statusbar.h
+++ b/src/ephy-statusbar.h
@@ -61,15 +61,9 @@ GType ephy_statusbar_get_type (void);
GtkWidget *ephy_statusbar_new (void);
-GtkWidget *ephy_statusbar_get_security_frame (EphyStatusbar *statusbar);
-
void ephy_statusbar_set_caret_mode (EphyStatusbar *statusbar,
gboolean enabled);
-void ephy_statusbar_set_security_state (EphyStatusbar *statusbar,
- const char *stock_id,
- const char *tooltip);
-
void ephy_statusbar_set_popups_state (EphyStatusbar *statusbar,
gboolean hidden,
const char *tooltip);