Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/datastore
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-07-05 11:38:34 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-07-05 11:38:34 (GMT)
commitc5ab58ed6c8bc2b9125782bc5a7bc6ac9d673eb7 (patch)
tree00ea021cae105210db2ea10f30c73f710531e50b /sugar/datastore
parent20ea0d7bccd9aecdd394d1570cbb87e63f3b3f18 (diff)
parenteab0e41d080d8987adfc7a95adb02bf433312616 (diff)
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
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 0f1b690..18c20ea 100644
--- a/sugar/datastore/dbus_helpers.py
+++ b/sugar/datastore/dbus_helpers.py
@@ -51,7 +51,7 @@ def delete(uid):
def get_properties(uid):
logging.debug('dbus_helpers.get_properties: %s' % uid)
- return _data_store.get_properties(uid)
+ return _data_store.get_properties(uid, [])
def get_filename(uid):
filename = _data_store.get_filename(uid)