changeset 266:c5baa934b24d

Update total time when project list is updated
author Björn Ricks <bjoern.ricks@intevation.de>
date Thu, 11 Apr 2013 12:40:48 +0200
parents b702af6793c6
children 9fce005e5fc6
files getan/controller.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/getan/controller.py	Thu Apr 11 12:40:24 2013 +0200
+++ b/getan/controller.py	Thu Apr 11 12:40:48 2013 +0200
@@ -172,6 +172,7 @@
         projects, entries = self.load_projects()
         self.projects = projects
         self.project_view.load_rows(projects)
+        self.project_view.total_time()
 
     def get_config(self):
         return self.config
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)