From 101aab03ca9a6af74cfb99c6556569eb32c8f70c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 24 Jan 2008 15:54:33 +0000 Subject: gconf-dbus: fix watch expressions so that every client doesn't get the server messages git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3586 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/gnome/gconf-dbus/notify-fix.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta/packages/gnome/gconf-dbus/notify-fix.patch (limited to 'meta/packages/gnome/gconf-dbus') diff --git a/meta/packages/gnome/gconf-dbus/notify-fix.patch b/meta/packages/gnome/gconf-dbus/notify-fix.patch new file mode 100644 index 000000000..278b64acc --- /dev/null +++ b/meta/packages/gnome/gconf-dbus/notify-fix.patch @@ -0,0 +1,13 @@ +Index: gconf/gconf-dbus.c +=================================================================== +--- gconf/gconf-dbus.c (revision 635) ++++ gconf/gconf-dbus.c (working copy) +@@ -45,7 +45,7 @@ + #define DAEMON_NAME_OWNER_CHANGED_RULE \ + "type='signal',member='NameOwnerChanged',arg0='org.gnome.GConf'" + #define NOTIFY_RULE \ +- "type='method_call',interface='org.gnome.GConf.Database'" ++ "type='method_call',interface='org.gnome.GConf.Database',member='Notify'" + #define DAEMON_DISCONNECTED_RULE \ + "type='signal',member='Disconnected'" + -- cgit v1.2.3