Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/datastore
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/datastore')
-rw-r--r--sugar/datastore/dbus_helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/datastore/dbus_helpers.py b/sugar/datastore/dbus_helpers.py
index 3116e61..6680cc1 100644
--- a/sugar/datastore/dbus_helpers.py
+++ b/sugar/datastore/dbus_helpers.py
@@ -77,5 +77,5 @@ def mounts():
return _data_store.mounts()
def get_unique_values(key):
- return _data_store.get_uniquevaluesfor(key, {})
+ return _data_store.get_uniquevaluesfor(key, dbus.Dictionary({}, signature='ss'))