mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
changed GimpDisplay* parameter to GimpProgress* because that's what it's
2004-09-09 Michael Natterer <mitch@gimp.org> * app/gui/convert-dialog.[ch] (convert_dialog_new): changed GimpDisplay* parameter to GimpProgress* because that's what it's used for. * app/actions/image-commands.c (image_convert_cmd_callback): changed accordingly. * app/gui/convert-dialog.c: massively cleaned up internals. Use a GimpViewableButton + GimpContainerEntry combo as in text options for selecting the custom palette. Use a filtered container which contains only palettes with a maximum of 256 colors. Fixes bug #136574
This commit is contained in:
parent
ff6ee61780
commit
09536dbf37
6 changed files with 333 additions and 351 deletions
|
@ -172,7 +172,8 @@ image_convert_cmd_callback (GtkAction *action,
|
|||
break;
|
||||
|
||||
case GIMP_INDEXED:
|
||||
gtk_widget_show (convert_dialog_new (gimage, widget, gdisp));
|
||||
gtk_widget_show (convert_dialog_new (gimage, widget,
|
||||
GIMP_PROGRESS (gdisp)));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue