GNOME Bugzilla – Bug 641056
gtk_drag_set_icon_widget breaks DND in 2.22 (regression from 2.16)
Last modified: 2011-09-19 11:05:44 UTC
Created attachment 179729 [details] Small code reproducing the error I am using gtk_drag_set_icon_widget in an application, in order to set a custom drag icon. The application works fine on linux/gtk-2.20 and previous gtk versions and windows/gtk-2.16 and previous gtk versions. However, it is broken on windows/gtk-2.22 (installed from the all-in-one bundle): drag motions are not detected anymore (and hence DND is not working at all). The attached (pygtk) code exhibits the issue: drag motion data is displayed for both buttons on linux and windows/gtk-2.16. It is not displayed for the second button on windows/gtk-2.22 (and incidentally, data for the first button is displayed, but only after a delay).
*** This bug has been marked as a duplicate of bug 616544 ***