changeset 286:96843aedcf5e

Update rows when stopping a running project Update rows to show new time when stopping a project.
author Björn Ricks <bjoern.ricks@intevation.de>
date Fri, 10 May 2013 09:51:43 +0200
parents 983c4279e08d
children dc251bfba30c
files getan/states.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/getan/states.py	Mon Apr 22 10:53:59 2013 +0200
+++ b/getan/states.py	Fri May 10 09:51:43 2013 +0200
@@ -424,6 +424,7 @@
         self.controller.stop_project(text)
         self.controller.view.set_footer_text(self.msg('choose_proj'), 'question')
         self.set_next_state(PausedProjectsState(self.controller, self.view))
+        self.view.update_rows()
         self.view.show_total_time()
         return True
 
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)