Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-07-05 09:34:59 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-07-05 09:37:51 (GMT)
commit060b740983ed36757df91eb20553540acf6067a2 (patch)
treedb74db168677b8d3b0f7174adae504d8b9c1c138
parent91654729bfcc2a7a8859e35751bf163273608d57 (diff)
API change in the 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)