broken pipe

This commit is contained in:
Matthias Clasen
2006-05-18 19:25:13 +00:00
parent 8e5f2e7fbd
commit 22863b3e5a

View File

@@ -2989,7 +2989,7 @@ gtk_calendar_drag_motion (GtkWidget *widget,
}
target = gtk_drag_dest_find_target (widget, context, NULL);
if (target == GDK_NONE)
if (target == GDK_NONE || context->suggested_action == 0)
gdk_drag_status (context, 0, time);
else
{