summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2011-08-15 16:45:23 +0100
committerRob Bradford <rob@linux.intel.com>2011-08-15 16:46:11 +0100
commitd6f22138dc0362c706f7958bc3f42aef7af02d46 (patch)
treed02d23f5efa847f8d25a0aaee5a5ccbef8b7b331
parent052f7c9c26e423f2ee4db3316fd7f4439c8049eb (diff)
downloadgconf-3.1.6.tar.gz
gconf-database-dbus: Fix notify listeners to also use an object path3.1.6
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=655656
-rw-r--r--gconf/gconf-database-dbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gconf/gconf-database-dbus.c b/gconf/gconf-database-dbus.c
index ce42382f..fbb6d795 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);