After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 336402 - drag & drop from tools dialog to devices dialog broken
drag & drop from tools dialog to devices dialog broken
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
2.3.x
Other All
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-03-28 20:59 UTC by Colin Brace
Modified: 2008-01-15 14:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Colin Brace 2006-03-28 20:59:28 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:
Comment 1 Michael Natterer 2006-05-03 19:04:22 UTC
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).