Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gdatastore/datastore.py
diff options
context:
space:
mode:
Diffstat (limited to 'gdatastore/datastore.py')
-rw-r--r--gdatastore/datastore.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdatastore/datastore.py b/gdatastore/datastore.py
index 1cb8555..6f1e86c 100644
--- a/gdatastore/datastore.py
+++ b/gdatastore/datastore.py
@@ -72,7 +72,8 @@ class DBusApiSugarV2(dbus.service.Object):
bus_name = dbus.service.BusName(DBUS_SERVICE_SUGAR_V2,
bus=dbus.SessionBus(),
replace_existing=False,
- allow_replacement=False)
+ allow_replacement=False,
+ do_not_queue=True)
dbus.service.Object.__init__(self, bus_name, DBUS_PATH_SUGAR_V2)
@dbus.service.method(DBUS_INTERFACE_SUGAR_V2,