Mercurial > getan
changeset 274:1477a5fbf0cd
Fix showing the total time
_total_time was renamed.
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 12 Apr 2013 09:35:11 +0200 |
parents | a5c5675b6fa4 |
children | 822c4facbb65 |
files | getan/view.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/getan/view.py Fri Apr 12 09:34:18 2013 +0200 +++ b/getan/view.py Fri Apr 12 09:35:11 2013 +0200 @@ -227,7 +227,7 @@ logger.debug("ProjectList: switch time mode now.") for proj in self.rows: proj.switch_time_mode() - self._total_time() + self.show_total_time() self.controller.loop.draw_screen() self._invalidate()