From 0e289d4cc2d92574b27be3806bff6e6dae6bb48b Mon Sep 17 00:00:00 2001 Message-Id: <0e289d4cc2d92574b27be3806bff6e6dae6bb48b.1278054601.git.andresambrois@gmail.com> In-Reply-To: References: From: =?UTF-8?q?Andr=C3=A9s=20Ambrois?= Date: Sun, 23 May 2010 04:42:55 -0300 Subject: [PATCH v2 09/10] Add sort by creation time option to the ListViewButton MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andrés Ambrois --- src/jarabe/journal/journaltoolbox.py | 1 + 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')), ] -- 1.7.0.4