* 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

@ -189,10 +189,6 @@ file_open_location_response (GtkDialog *dialog,
if (image == NULL && status != GIMP_PDB_CANCEL)
{
gchar *filename = file_utils_uri_to_utf8_filename (uri);
gchar *p;
while ( (p = strchr (filename, '%')) )
*p = ' ';
g_message (_("Opening '%s' failed:\n\n%s"),
filename, error->message);