diff options
Diffstat (limited to 'src/ephy-statusbar.c')
-rw-r--r-- | 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 0a6854a63..a30d57f39 100644 --- a/src/ephy-statusbar.c +++ b/src/ephy-statusbar.c @@ -265,7 +265,7 @@ sync_visibility (GtkWidget *widget, GParamSpec *pspec, GtkWidget *separator) { - if (GTK_WIDGET_VISIBLE (widget)) + if (gtk_widget_get_visible (widget)) { gtk_widget_show (separator); } |