Updating branch refs/heads/master
         to 02344cb918c9c111422136ce192fda7257e54872 (commit)
       from 2841ba12edb0281757d456ea398d4750e28a7467 (commit)

commit 02344cb918c9c111422136ce192fda7257e54872
Author: Brian J. Tarricone <br...@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;
         }
 
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to