]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-view.c
Replace GTK_WIDGET_VISIBLE() with gtk_widget_get_visible()
[evince.git] / libview / ev-view.c
index 2837f0fd623c336a782b1dec197f19c77b285243..8ccee695674800751b3651d1dec61ee66b3c2700 100644 (file)
@@ -2398,7 +2398,7 @@ ev_view_window_child_move_with_parent (EvView    *view,
                ev_view_window_child_move (view, child, dest_x, dest_y);
        }
 
-       if (child->visible && !GTK_WIDGET_VISIBLE (window))
+       if (child->visible && !gtk_widget_get_visible (window))
                gtk_widget_show (window);
 }