commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r9334 - trunk/gnue-navigator/src


From: jamest
Subject: [gnue] r9334 - trunk/gnue-navigator/src
Date: Fri, 26 Jan 2007 11:22:42 -0600 (CST)

Author: jamest
Date: 2007-01-26 11:22:41 -0600 (Fri, 26 Jan 2007)
New Revision: 9334

Modified:
   trunk/gnue-navigator/src/UIqt3.py
Log:
don't pass None to qt status bar


Modified: trunk/gnue-navigator/src/UIqt3.py
===================================================================
--- trunk/gnue-navigator/src/UIqt3.py   2007-01-26 10:59:35 UTC (rev 9333)
+++ trunk/gnue-navigator/src/UIqt3.py   2007-01-26 17:22:41 UTC (rev 9334)
@@ -91,7 +91,7 @@
   # display a message in the status bar
   # ---------------------------------------------------------------------------
 
-  def setStatus (self, message = None):
+  def setStatus (self, message = ""):
     """
     This function removes the last message from the status bar and adds a new
     one if specified.
@@ -202,6 +202,7 @@
     This function quits the main loop
     """
 
+    print "what"
     # TODO: can we keep track of all windows opened ?
     self.app.quit ()
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]