removed GIMP_TARGET_PALETTE. Fixes bug #113237.
2003-05-18 Michael Natterer <mitch@gimp.org> * app/widgets/gimppaletteeditor.c (color_palette_target_table): removed GIMP_TARGET_PALETTE. Fixes bug #113237.
This commit is contained in:
parent
a27b88502f
commit
73e5a890bf
@ -1,3 +1,8 @@
|
||||
2003-05-18 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/widgets/gimppaletteeditor.c (color_palette_target_table):
|
||||
removed GIMP_TARGET_PALETTE. Fixes bug #113237.
|
||||
|
||||
2003-05-18 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/core/gimpimage-convert.c (gimp_image_convert): push a
|
||||
|
@ -113,8 +113,7 @@ static void palette_editor_invalidate_preview (GimpPalette *palette,
|
||||
/* dnd stuff */
|
||||
static GtkTargetEntry color_palette_target_table[] =
|
||||
{
|
||||
GIMP_TARGET_COLOR,
|
||||
GIMP_TARGET_PALETTE
|
||||
GIMP_TARGET_COLOR
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user