Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/journal/model.py
diff options
context:
space:
mode:
authorAndrés Ambrois <andresambrois@gmail.com>2010-08-24 06:00:26 (GMT)
committer Andrés Ambrois <andresambrois@gmail.com>2010-08-24 20:30:11 (GMT)
commita4efed250c56dc6dd656bafb572a1a56e034d254 (patch)
tree8b9184d59e0ea8371cd931f9cc089e6719a1f319 /src/jarabe/journal/model.py
parent2c90107e36448d00dbe5a64f70024d003e7e531b (diff)
Add creation_time property to the journal model.
Diffstat (limited to 'src/jarabe/journal/model.py')
-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 e76914e..81ca7d4 100644
--- a/src/jarabe/journal/model.py
+++ b/src/jarabe/journal/model.py
@@ -37,7 +37,7 @@ DS_DBUS_INTERFACE = 'org.laptop.sugar.DataStore'
DS_DBUS_PATH = '/org/laptop/sugar/DataStore'
# Properties the journal cares about.
-PROPERTIES = ['uid', 'title', 'mtime', 'timestamp', 'filesize',
+PROPERTIES = ['uid', 'title', 'mtime', 'timestamp', 'creation_time', 'filesize',
'keep', 'buddies', 'icon-color', 'mime_type', 'progress',
'activity', 'mountpoint', 'activity_id', 'bundle_id']