From bae049c6a39fd2df974f30ff78c9298f0720b262 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 13 Sep 2007 14:15:59 +0000 Subject: Remove g_file_attribute_value_destroy (replace with clear) Add const attributes in GFileAttributeValue methods Original git commit by Alexander Larsson at 1183712949 +0200 svn path=/trunk/; revision=655 --- common/gvfsdaemonprotocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/gvfsdaemonprotocol.c') 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); -- cgit v1.2.1