diff --git a/ChangeLog b/ChangeLog index efa0b7eac6..bef8206b7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-13 Michael Natterer + + * app/widgets/gimpdnd.h: a cut'n'paste bug prevented tools and + imagefiles from being dropped. + 2001-11-13 Michael Natterer * app/display/gimpdisplayshell-callbacks.c: get the active_tool diff --git a/app/widgets/gimpdnd.h b/app/widgets/gimpdnd.h index 06244726ff..e74c5b2667 100644 --- a/app/widgets/gimpdnd.h +++ b/app/widgets/gimpdnd.h @@ -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 }