[Xfce4-commits] <xfconf:master> pass correct key to g_tree_remove()
Brian J. Tarricone
noreply at xfce.org
Sat Sep 19 01:40:02 CEST 2009
Updating branch refs/heads/master
to 02344cb918c9c111422136ce192fda7257e54872 (commit)
from 2841ba12edb0281757d456ea398d4750e28a7467 (commit)
commit 02344cb918c9c111422136ce192fda7257e54872
Author: Brian J. Tarricone <brian at tarricone.org>
Date: Fri Sep 18 16:11:08 2009 -0700
pass correct key to g_tree_remove()
xfconf/xfconf-cache.c | 2 +-
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;
}
More information about the Xfce4-commits
mailing list