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 20:30:11 (GMT)
commit2c90107e36448d00dbe5a64f70024d003e7e531b (patch)
treeddc50f2224c73dab339e10bd127f39e7c7765432
parent532594bb856c96e13462e7825187551c940d41f2 (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')),
]