diff --git a/ChangeLog b/ChangeLog index 2c638a0b9d..adaafcc570 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-05-18 Michael Natterer + + * app/widgets/gimppaletteeditor.c (color_palette_target_table): + removed GIMP_TARGET_PALETTE. Fixes bug #113237. + 2003-05-18 Michael Natterer * app/core/gimpimage-convert.c (gimp_image_convert): push a diff --git a/app/widgets/gimppaletteeditor.c b/app/widgets/gimppaletteeditor.c index 95b27caf45..2176820ea8 100644 --- a/app/widgets/gimppaletteeditor.c +++ b/app/widgets/gimppaletteeditor.c @@ -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 };