summaryrefslogtreecommitdiff
path: root/common/gvfsdaemonprotocol.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 14:15:59 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 14:15:59 +0000
commitbae049c6a39fd2df974f30ff78c9298f0720b262 (patch)
tree73846e659cfec48ee60830e9fead46149fcf16d0 /common/gvfsdaemonprotocol.c
parent33ed3e29960b37a92f21763c8659b6092c2b9145 (diff)
downloadgvfs-bae049c6a39fd2df974f30ff78c9298f0720b262.tar.gz
Remove g_file_attribute_value_destroy (replace with clear)
Add const attributes in GFileAttributeValue methods Original git commit by Alexander Larsson <alexl@redhat.com> at 1183712949 +0200 svn path=/trunk/; revision=655
Diffstat (limited to 'common/gvfsdaemonprotocol.c')
-rw-r--r--common/gvfsdaemonprotocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gvfsdaemonprotocol.c b/common/gvfsdaemonprotocol.c
index ebd0806a..dc1f6b21 100644
--- a/common/gvfsdaemonprotocol.c
+++ b/common/gvfsdaemonprotocol.c
@@ -247,7 +247,7 @@ _g_dbus_get_file_attribute (DBusMessageIter *iter,
const gchar *attribute_temp;
dbus_uint32_t obj_type;
- g_file_attribute_value_destroy (value);
+ g_file_attribute_value_clear (value);
dbus_message_iter_recurse (iter, &inner_struct_iter);