From cdf036e10db32d61c0a411636f7b78d711249bb3 Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 9 Oct 2011 02:38:56 +0200 Subject: widgets.statusbar: Show mtime, like ls -l, not ctime --- ranger/gui/widgets/statusbar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger/gui/widgets/statusbar.py b/ranger/gui/widgets/statusbar.py index d8704af3..1a606aec 100644 --- a/ranger/gui/widgets/statusbar.py +++ b/ranger/gui/widgets/statusbar.py @@ -183,7 +183,7 @@ class StatusBar(Widget): left.add_space() left.add(strftime(self.timeformat, - localtime(stat.st_ctime)), 'mtime') + localtime(stat.st_mtime)), 'mtime') def _get_owner(self, target): uid = target.stat.st_uid -- cgit 1.4.1-2-gfad0