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:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user