# HG changeset patch # User Björn Ricks # Date 1365752111 -7200 # Node ID 1477a5fbf0cddb316b9ee152e1963879b4e433fe # Parent a5c5675b6fa4c4357aef52ba7cfbf5165b3d3bbf Fix showing the total time _total_time was renamed. diff -r a5c5675b6fa4 -r 1477a5fbf0cd getan/view.py --- 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()