[gconf] gconf-database-dbus: Fix notify listeners to also use an object path
- From: Rob Bradford <rbradford src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gconf] gconf-database-dbus: Fix notify listeners to also use an object path
- Date: Mon, 15 Aug 2011 15:46:45 +0000 (UTC)
commit d6f22138dc0362c706f7958bc3f42aef7af02d46
Author: Christian Persch <chpe gnome org>
Date: Mon Aug 15 16:45:23 2011 +0100
gconf-database-dbus: Fix notify listeners to also use an object path
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=655656
gconf/gconf-database-dbus.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gconf/gconf-database-dbus.c b/gconf/gconf-database-dbus.c
index ce42382..fbb6d79 100644
--- a/gconf/gconf-database-dbus.c
+++ b/gconf/gconf-database-dbus.c
@@ -929,7 +929,7 @@ gconf_database_dbus_notify_listeners (GConfDatabase *db,
"Notify");
dbus_message_append_args (message,
- DBUS_TYPE_STRING, &db->object_path,
+ DBUS_TYPE_OBJECT_PATH, &db->object_path,
DBUS_TYPE_STRING, &dir,
DBUS_TYPE_INVALID);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]