gimp/plug-ins/file-uri
Michael Natterer 7f31929bee Bug 694585 - Export directly to remote ftp completes but reports failed
Fix handling of save errors in file-uri in two ways:

- don't try to check if saving to a directly mounted file succeeded,
  the mount (e.g. via FUSE) might allow writing, but not stat()ing.
  Instead, rely on the return value of gimp_file_save().

- for non-mounted files, provide a separate error message for the case
  where the temporary file contains nothing, which is IMO useless
  paranoia, but the check was probably added for a reason, so keep
  it around.
2013-03-24 18:41:57 +01:00
..
.gitignore Adding Microsoft Windows executables to the .gitignore files 2009-06-19 00:14:17 +02:00
Makefile.am plug-ins: add GEGL_CFLAGS to many Makefile.am's 2012-05-02 17:46:08 +02:00
uri-backend-gvfs.c Bug 658467 - Replace g_format_size_for_display() by g_format_size() 2011-11-30 23:37:55 +01:00
uri-backend-libcurl.c Bug 658467 - Replace g_format_size_for_display() by g_format_size() 2011-11-30 23:37:55 +01:00
uri-backend-wget.c plug-ins: fix debug macro in wget file-uri backend 2012-02-16 11:24:02 +01:00
uri-backend.h Avoid use of temporary files for accessing remote files 2009-04-21 17:48:17 +02:00
uri.c Bug 694585 - Export directly to remote ftp completes but reports failed 2013-03-24 18:41:57 +01:00