mirror of https://github.com/GNOME/gimp.git
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:
parent
ada9a681db
commit
6c57183853
|
@ -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>
|
2001-11-13 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* app/display/gimpdisplayshell-callbacks.c: get the active_tool
|
* app/display/gimpdisplayshell-callbacks.c: get the active_tool
|
||||||
|
|
|
@ -92,7 +92,7 @@ typedef enum
|
||||||
{ "GIMP_BUFFER", 0, GIMP_DND_TYPE_BUFFER }
|
{ "GIMP_BUFFER", 0, GIMP_DND_TYPE_BUFFER }
|
||||||
|
|
||||||
#define GIMP_TARGET_IMAGEFILE \
|
#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 \
|
#define GIMP_TARGET_TOOL \
|
||||||
{ "GIMP_TOOL", GTK_TARGET_SAME_APP, GIMP_DND_TYPE_TOOL }
|
{ "GIMP_TOOL", GTK_TARGET_SAME_APP, GIMP_DND_TYPE_TOOL }
|
||||||
|
|
Loading…
Reference in New Issue