summaryrefslogtreecommitdiffstats
path: root/python/examples/gconf-proxy-service2.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/examples/gconf-proxy-service2.py')
-rw-r--r--python/examples/gconf-proxy-service2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/gconf-proxy-service2.py b/python/examples/gconf-proxy-service2.py
index 4cec8605..5ba77db7 100644
--- a/python/examples/gconf-proxy-service2.py
+++ b/python/examples/gconf-proxy-service2.py
@@ -16,7 +16,7 @@ class GConfService(dbus.Service):
self.client = gconf.client_get_default()
- def object_method_called(self, object_path, method_name, argument_list):
+ def object_method_called(self, message, object_path, method_name, argument_list):
print ("Method %s called on GConf key %s" % (method_name, object_path))
if "getString" == method_name: