* 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:
William Skaggs
2004-12-26 17:11:31 +00:00
parent 80074a4af2
commit b13aded024
8 changed files with 1 additions and 31 deletions

View File

@ -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);