GNOME Bugzilla – Bug 682889
fix empty source_window in GdkDragContext
Last modified: 2012-08-28 18:26:01 UTC
Created attachment 222667 [details] [review] fix empty source_window in GdkDragContext I've attached a patch that initializes GdkDragContext source_window field upon creation of the context in gdk_drag_begin. I've hit a bug in banshee where the source_window = 0 condition causes a complete crash when dragging, after applying the patch the dragging works fine. I've also attached a backtrace of banshee when hitting that bug.
Created attachment 222668 [details] backtrace when hitting the bug
Comment on attachment 222667 [details] [review] fix empty source_window in GdkDragContext Not really sufficient. See Bug 658722 for more details on this problem.
*** This bug has been marked as a duplicate of bug 658722 ***