[gnue] r9601 - trunk/gnue-forms/src/uidrivers/qt3/widgets

[email protected]
Newsgroups gmane.comp.cms.gnue.cvs
Message-ID <[email protected]>
Author: johannes
Date: 2007-05-22 03:13:07 -0500 (Tue, 22 May 2007)
New Revision: 9601

Modified:
   trunk/gnue-forms/src/uidrivers/qt3/widgets/form.py
Log:
Skip setting a tip only if it is None


Modified: trunk/gnue-forms/src/uidrivers/qt3/widgets/form.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/widgets/form.py	2007-05-22 08:09:44 UTC (rev 9600)
+++ trunk/gnue-forms/src/uidrivers/qt3/widgets/form.py	2007-05-22 08:13:07 UTC (rev 9601)
@@ -242,7 +242,7 @@
         if not self.__status_bar:
             return
 
-        if tip:
+        if tip is not None:
             self.__status_fields[0].setText(tip)
 
         if record_status is not None:
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.