[Greater-commits] r333 - trunk/GREAT-ER/Greater/UI

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jun 30 15:07:59 CEST 2011


Author: aheinecke
Date: 2011-06-30 15:07:57 +0200 (Thu, 30 Jun 2011)
New Revision: 333

Modified:
   trunk/GREAT-ER/Greater/UI/mainwindow.py
Log:
Allow extra args for the mainwindows update_status_bar
those extra args will be ignored but this is neccessary to provide
the same interface as the base implementation update_status_bar in thuban


Modified: trunk/GREAT-ER/Greater/UI/mainwindow.py
===================================================================
--- trunk/GREAT-ER/Greater/UI/mainwindow.py	2011-06-30 12:12:20 UTC (rev 332)
+++ trunk/GREAT-ER/Greater/UI/mainwindow.py	2011-06-30 13:07:57 UTC (rev 333)
@@ -204,7 +204,7 @@
             title = "GREAT-ER"
         self.SetTitle(title)
 
-    def update_status_bar(self):
+    def update_status_bar(self, *args):
         """Update the status bar with the status of the session. 
 
         Set the two rightmost fields of the status bar to the database



More information about the Greater-commits mailing list