diff options
Diffstat (limited to 'src/ephy-statusbar.c')
-rwxr-xr-x | src/ephy-statusbar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-statusbar.c b/src/ephy-statusbar.c index d45942d97..85ea0581e 100755 --- a/src/ephy-statusbar.c +++ b/src/ephy-statusbar.c @@ -107,7 +107,7 @@ create_statusbar_security_icon (EphyStatusbar *s) gtk_container_add (GTK_CONTAINER (s->priv->security_evbox), GTK_WIDGET (s->priv->security_icon)); - ephy_statusbar_set_security_state (s, FALSE, NULL); + ephy_statusbar_set_security_state (s, NULL, NULL); gtk_widget_show_all (s->security_frame); |