]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-view.c
[libview] Fix build with GSEAL enabled
[evince.git] / libview / ev-view.c
index 92190f56a27b2fe9aeadd9e53c183f0150e9dc44..ac14b699c7404724266e220a7515b2fd4ac20775 100644 (file)
@@ -3471,7 +3471,7 @@ ev_view_drag_motion (GtkWidget      *widget,
        if (gtk_drag_get_source_widget (context) == widget)
                gdk_drag_status (context, 0, time);
        else
-               gdk_drag_status (context, context->suggested_action, time);
+               gdk_drag_status (context, gdk_drag_context_get_suggested_action (context), time);
        
        return TRUE;
 }