[Xfce4-commits] <xfconf:master> pass correct parameters to XfconfCache::property-changed signal

Brian J. Tarricone noreply at xfce.org
Sat Sep 19 01:40:04 CEST 2009


Updating branch refs/heads/master
         to e2add87576c06d0e19e3ec22e0549fad2f998089 (commit)
       from 2e1ab3eab298c69239752c05c1848c00db8e217c (commit)

commit e2add87576c06d0e19e3ec22e0549fad2f998089
Author: Brian J. Tarricone <brian at tarricone.org>
Date:   Fri Sep 18 16:40:11 2009 -0700

    pass correct parameters to XfconfCache::property-changed signal

 xfconf/xfconf-cache.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfconf/xfconf-cache.c b/xfconf/xfconf-cache.c
index 30fa3d6..31fca97 100644
--- a/xfconf/xfconf-cache.c
+++ b/xfconf/xfconf-cache.c
@@ -436,8 +436,8 @@ xfconf_cache_property_removed(DBusGProxy *proxy,
 
     g_tree_remove(cache->properties, property);
 
-    g_signal_emit(G_OBJECT(cache), signals[SIG_PROPERTY_CHANGED],
-                  g_quark_from_string(property), property, &value);
+    g_signal_emit(G_OBJECT(cache), signals[SIG_PROPERTY_CHANGED], 0,
+                  cache->channel_name, property, &value);
 }
 
 



More information about the Xfce4-commits mailing list