GNOME Bugzilla – Bug 336402
drag & drop from tools dialog to devices dialog broken
Last modified: 2008-01-15 14:06:13 UTC
Please describe the problem: Under 2.2.10, one can drag & drop a tool from the Tools dialog to a device in the the Devices dialog when configuring, for example, a tablet. This functionality appears to be broken in 2.3.7. Steps to reproduce: 1. Open Tools dialog 2. Open Devices dialog 3. Drag any tool from the Tools dialog to the tool icon next to a device. Actual results: Under 2.3.7, nothing. Under 2.2.10, the tool is assigned to that device. Expected results: Does this happen every time? Yes Other information:
Fixed in CVS: 2006-05-03 Michael Natterer <mitch@gimp.org> * app/widgets/gimpselectiondata.c (gimp_selection_data_get_tool_info): port to using gimp_selection_data_get_object(), it was simply forgotten. Fixes tool dropping (bug #336402).