summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnome/gconf-dbus
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-01-24 15:54:33 +0000
committerRoss Burton <ross@openedhand.com>2008-01-24 15:54:33 +0000
commit101aab03ca9a6af74cfb99c6556569eb32c8f70c (patch)
tree33aa3a699c8247739078b59b471244762dc55e4e /meta/packages/gnome/gconf-dbus
parent7d85c6b9e76cb6bdecca763c2362eb1e58522d00 (diff)
downloadpoky-101aab03ca9a6af74cfb99c6556569eb32c8f70c.tar.gz
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
Diffstat (limited to 'meta/packages/gnome/gconf-dbus')
-rw-r--r--meta/packages/gnome/gconf-dbus/notify-fix.patch13
1 files changed, 13 insertions, 0 deletions
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 0000000000..278b64acc6
--- /dev/null
+++ b/meta/packages/gnome/gconf-dbus/notify-fix.patch
@@ -0,0 +1,13 @@
1Index: gconf/gconf-dbus.c
2===================================================================
3--- gconf/gconf-dbus.c (revision 635)
4+++ gconf/gconf-dbus.c (working copy)
5@@ -45,7 +45,7 @@
6 #define DAEMON_NAME_OWNER_CHANGED_RULE \
7 "type='signal',member='NameOwnerChanged',arg0='org.gnome.GConf'"
8 #define NOTIFY_RULE \
9- "type='method_call',interface='org.gnome.GConf.Database'"
10+ "type='method_call',interface='org.gnome.GConf.Database',member='Notify'"
11 #define DAEMON_DISCONNECTED_RULE \
12 "type='signal',member='Disconnected'"
13