summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-05-18 19:25:13 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-05-18 19:25:13 +0000
commit22863b3e5a697c86c65e8667f360cc53418455a2 (patch)
tree16459cb8d20427ac7565591a7ec556ddd66d4bb0
parent8e5f2e7fbd3b27cb583834a59cd6734f82c4ebb9 (diff)
downloadgdk-pixbuf-22863b3e5a697c86c65e8667f360cc53418455a2.tar.gz
broken pipe
-rw-r--r--gtk/gtkcalendar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c
index 6f09e0212..576d7aacc 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
{