From a6e67afc2cc50ca09ba7b8e7e63e214e35dbc64a Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Sun, 01 Mar 2009 09:42:34 +0000 Subject: Retrieve from the DS the bundle_id property #458 --- (limited to 'src') 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 -- cgit v0.9.1