Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés Ambrois <andresambrois@gmail.com>2010-08-24 06:04:55 (GMT)
committer Andrés Ambrois <andresambrois@gmail.com>2010-08-24 08:49:01 (GMT)
commit0a9015338d94209f0ce4367a41f486c10f02e2b6 (patch)
treeb83320bd4b5f362c96b9d02c249c01238d7e6b6d
parent16f1c04159d4fe6cb5f6d74b8da2e287e388c90c (diff)
Add sort by creation time option to the ListViewButton
-rw-r--r--src/jarabe/journal/journaltoolbox.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jarabe/journal/journaltoolbox.py b/src/jarabe/journal/journaltoolbox.py
index 995cc73..8597aa0 100644
--- a/src/jarabe/journal/journaltoolbox.py
+++ b/src/jarabe/journal/journaltoolbox.py
@@ -502,6 +502,7 @@ class ListViewButton(RadioToolButton):
_SORT_OPTIONS = [
('timestamp', 'view-lastedit', _('View by last edit')),
+ ('creation_time', 'view-created', _('View by creation date')),
('filesize', 'view-size', _('View by size')),
]