diff options
Diffstat (limited to 'src/ephy-statusbar.h')
-rw-r--r-- | src/ephy-statusbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-statusbar.h b/src/ephy-statusbar.h index 8ca1b5af4..f7472ee82 100644 --- a/src/ephy-statusbar.h +++ b/src/ephy-statusbar.h @@ -62,7 +62,7 @@ GType ephy_statusbar_get_type (void); GtkWidget *ephy_statusbar_new (void); void ephy_statusbar_set_security_state (EphyStatusbar *statusbar, - gboolean secure, + const char *stock_id, const char *tooltip); void ephy_statusbar_set_popups_state (EphyStatusbar *statusbar, |