gvfs r1865 - in trunk: . client
- From: jessevdk svn gnome org
- To: svn-commits-list gnome org
- Subject: gvfs r1865 - in trunk: . client
- Date: Tue, 5 Aug 2008 15:21:38 +0000 (UTC)
Author: jessevdk
Date: Tue Aug 5 15:21:38 2008
New Revision: 1865
URL: http://svn.gnome.org/viewvc/gvfs?rev=1865&view=rev
Log:
Bug 546300 â g_file_replace_async doesn't allow NULL etag
Fixed problem by setting etag to "" when passed as NULL
Modified:
trunk/ChangeLog
trunk/client/gdaemonfile.c
Modified: trunk/client/gdaemonfile.c
==============================================================================
--- trunk/client/gdaemonfile.c (original)
+++ trunk/client/gdaemonfile.c Tue Aug 5 15:21:38 2008
@@ -2625,6 +2625,9 @@
dbus_bool_t dbus_make_backup = make_backup;
guint32 dbus_flags = flags;
guint16 mode = 2;
+
+ if (etag == NULL)
+ etag = "";
do_async_path_call (file,
G_VFS_DBUS_MOUNT_OP_OPEN_FOR_WRITE,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]