Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-03-01 09:42:34 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-03-01 09:42:34 (GMT)
commita6e67afc2cc50ca09ba7b8e7e63e214e35dbc64a (patch)
tree9f575081d77d961a9ab1b76e3e0f795085fe18cf
parent18116e8952dba28f45b94eababc86ae08e33a6ef (diff)
Retrieve from the DS the bundle_id property #458
-rw-r--r--src/jarabe/journal/model.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/journal/model.py b/src/jarabe/journal/model.py
index 054de7d..b6d2bde 100644
--- a/src/jarabe/journal/model.py
+++ b/src/jarabe/journal/model.py
@@ -39,7 +39,7 @@ DS_DBUS_PATH = '/org/laptop/sugar/DataStore'
# Properties the journal cares about.
PROPERTIES = ['uid', 'title', 'mtime', 'timestamp', 'keep', 'buddies',
'icon-color', 'mime_type', 'progress', 'activity', 'mountpoint',
- 'activity_id']
+ 'activity_id', 'bundle_id']
PAGES_TO_CACHE = 5