GNOME Bugzilla – Bug 339224
sanely handle late (re)setting of dnd image
Last modified: 2006-04-27 05:18:31 UTC
I had the idea of animating a dnd icon. For this I kept resetting the icon until I got the "drag-end" signal. This caused crashes when the drag was aborted. The attached patch fixes that.
Created attachment 63991 [details] [review] fix
2006-04-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtkdnd.c (gtk_drag_set_icon_window): Handle the case of being called after the drag is cancelled. (#339224, Benjamin Otte)