[dconf] send correct object path in Notify on WriteMany
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf] send correct object path in Notify on WriteMany
- Date: Mon, 23 Aug 2010 14:13:16 +0000 (UTC)
commit fb50430d1b2f03949893f18b5dc7091b61b0acc5
Author: Ryan Lortie <desrt desrt ca>
Date: Mon Aug 23 10:12:27 2010 -0400
send correct object path in Notify on WriteMany
bug #627369
service/service.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/service/service.c b/service/service.c
index 7f351e5..c498b82 100644
--- a/service/service.c
+++ b/service/service.c
@@ -83,7 +83,7 @@ emit_notify_signal (GDBusConnection *connection,
obj = g_strjoin (NULL, "/ca/desrt/dconf/Writer/",
dconf_writer_get_name (writer), NULL);
- g_dbus_connection_emit_signal (connection, NULL, "/",
+ g_dbus_connection_emit_signal (connection, NULL, obj,
"ca.desrt.dconf.Writer", "Notify",
g_variant_new ("(s ass)",
path, items, tag),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]