a cut'n'paste bug prevented tools and imagefiles from being dropped.

2001-11-13  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpdnd.h: a cut'n'paste bug prevented tools and
	imagefiles from being dropped.
This commit is contained in:
Michael Natterer 2001-11-13 18:10:58 +00:00 committed by Michael Natterer
parent ada9a681db
commit 6c57183853
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-11-13 Michael Natterer <mitch@gimp.org>
* app/widgets/gimpdnd.h: a cut'n'paste bug prevented tools and
imagefiles from being dropped.
2001-11-13 Michael Natterer <mitch@gimp.org>
* app/display/gimpdisplayshell-callbacks.c: get the active_tool

View File

@ -92,7 +92,7 @@ typedef enum
{ "GIMP_BUFFER", 0, GIMP_DND_TYPE_BUFFER }
#define GIMP_TARGET_IMAGEFILE \
{ "GIMP_IMAGEFILE", GTK_TARGET_SAME_APP, GIMP_DND_TYPE_TOOL }
{ "GIMP_IMAGEFILE", GTK_TARGET_SAME_APP, GIMP_DND_TYPE_IMAGEFILE }
#define GIMP_TARGET_TOOL \
{ "GIMP_TOOL", GTK_TARGET_SAME_APP, GIMP_DND_TYPE_TOOL }