gimp r27710 - in branches/gimp-2-6: . plug-ins/file-uri
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r27710 - in branches/gimp-2-6: . plug-ins/file-uri
- Date: Sat, 22 Nov 2008 16:56:12 +0000 (UTC)
Author: neo
Date: Sat Nov 22 16:56:12 2008
New Revision: 27710
URL: http://svn.gnome.org/viewvc/gimp?rev=27710&view=rev
Log:
2008-11-22 Sven Neumann <sven gimp org>
Merged from trunk:
Bug 561899 â GIMP can't save to mounted filesystem if file
exists
* plug-ins/file-uri/uri-backend-gvfs.c (copy_uri): pass the
G_FILE_COPY_OVERWRITE flag to g_file_copy().
Modified:
branches/gimp-2-6/ChangeLog
branches/gimp-2-6/plug-ins/file-uri/uri-backend-gvfs.c
Modified: branches/gimp-2-6/plug-ins/file-uri/uri-backend-gvfs.c
==============================================================================
--- branches/gimp-2-6/plug-ins/file-uri/uri-backend-gvfs.c (original)
+++ branches/gimp-2-6/plug-ins/file-uri/uri-backend-gvfs.c Sat Nov 22 16:56:12 2008
@@ -298,7 +298,7 @@
progress.mode = mode;
- success = g_file_copy (src_file, dest_file, 0, NULL,
+ success = g_file_copy (src_file, dest_file, G_FILE_COPY_OVERWRITE, NULL,
uri_progress_callback, &progress,
error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]