Bill Skaggs <weskaggs@primate.ucdavis.edu>
* app/actions/documents-commands.c * app/actions/file-commands.c * app/dialogs/file-open-dialog.c * app/dialogs/file-open-location-dialog.c * app/display/gimpdisplayshell-dnd.c * app/widgets/gimplayertreeview.c * app/widgets/gimptoolbox-dnd.c: undo changes of 12-24, in favor of a better fix. * app/widgets/gimperrordialog.c: fix bug #162147 properly, as suggested by mitch.
This commit is contained in:
@ -251,7 +251,7 @@ gimp_error_dialog_add (GimpErrorDialog *dialog,
|
||||
gimp_message_box_set_primary_text (GIMP_MESSAGE_BOX (box),
|
||||
_("%s Message"), domain);
|
||||
|
||||
gimp_message_box_set_text (GIMP_MESSAGE_BOX (box), message);
|
||||
gimp_message_box_set_text (GIMP_MESSAGE_BOX (box), "%s", message);
|
||||
|
||||
gtk_container_add (GTK_CONTAINER (dialog->vbox), box);
|
||||
gtk_widget_show (box);
|
||||
|
Reference in New Issue
Block a user