summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <micke@imendio.com>2005-01-17 01:56:30 +0000
committerMikael Hallendal <hallski@src.gnome.org>2005-01-17 01:56:30 +0000
commit410c12d12394584b95602ef11987632613c99e61 (patch)
treef33407e17fc1d0a0f3053654f6a81a59fd718cf7
parent1abfde544d210ab628a174dd71a5cefc77f77bc0 (diff)
downloadgconf-410c12d12394584b95602ef11987632613c99e61.tar.gz
Bumped to 2.6.4.1 no reply on notify messages.
2005-01-17 Mikael Hallendal <micke@imendio.com> * configure.in: Bumped to 2.6.4.1 * gconf/gconf-database-dbus.c: (gconf_database_dbus_notify_listeners): no reply on notify messages.
-rw-r--r--gconf/gconf-database-dbus.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gconf/gconf-database-dbus.c b/gconf/gconf-database-dbus.c
index dc99f7e3..e54ccbb2 100644
--- a/gconf/gconf-database-dbus.c
+++ b/gconf/gconf-database-dbus.c
@@ -846,6 +846,8 @@ gconf_database_dbus_notify_listeners (GConfDatabase *db,
is_writable,
NULL);
+ dbus_message_set_no_reply (message, TRUE);
+
dbus_connection_send (dbus_db->conn, message, NULL);
dbus_message_unref (message);
}