summaryrefslogtreecommitdiff
path: root/xfconf/xfconf-cache.c
diff options
context:
space:
mode:
authorBrian J. Tarricone <brian@tarricone.org>2009-09-18 16:11:08 -0700
committerBrian J. Tarricone <brian@tarricone.org>2009-09-18 16:11:08 -0700
commit02344cb918c9c111422136ce192fda7257e54872 (patch)
tree85d70018ba5df2756af3d252a0b7eb366cc9007e /xfconf/xfconf-cache.c
parent2841ba12edb0281757d456ea398d4750e28a7467 (diff)
downloadxfconf-02344cb918c9c111422136ce192fda7257e54872.tar.gz
pass correct key to g_tree_remove()
Diffstat (limited to 'xfconf/xfconf-cache.c')
-rw-r--r--xfconf/xfconf-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfconf/xfconf-cache.c b/xfconf/xfconf-cache.c
index 67f9edb..081a307 100644
--- a/xfconf/xfconf-cache.c
+++ b/xfconf/xfconf-cache.c
@@ -484,7 +484,7 @@ xfconf_cache_set_property_reply_handler(DBusGProxy *proxy,
if(old_item->item)
xfconf_cache_item_update(item, &old_item->item->value);
else {
- g_tree_remove(cache->properties, item);
+ g_tree_remove(cache->properties, old_item->property);
item = NULL;
}