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-05-23 07:42:55 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-11-01 16:52:16 (GMT)
commitd10c89d0c0fd581d6d994c55b63cdf7c7d9b9dbc (patch)
tree458c4489c013e7ec28297f9e6b4adaa47a735dd8
parent529cc980c4219b7cbfef1d31d29d4191e022c246 (diff)
Add sort by creation time option to the ListViewButton
Signed-off-by: Andrés Ambrois <andresambrois@gmail.com>
-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..03afb4e 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')),
+ ('ctime', 'view-created', _('View by creation date')),
('filesize', 'view-size', _('View by size')),
]