From 22863b3e5a697c86c65e8667f360cc53418455a2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 18 May 2006 19:25:13 +0000 Subject: [PATCH] broken pipe --- gtk/gtkcalendar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c index 6f09e02126..576d7aaccb 100644 --- a/gtk/gtkcalendar.c +++ b/gtk/gtkcalendar.c @@ -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 {