commit-gnue
[Top][All Lists]
Advanced

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

r5299 - in trunk: gnue-forms/src gnue-navigator/src


From: btami
Subject: r5299 - in trunk: gnue-forms/src gnue-navigator/src
Date: Thu, 11 Mar 2004 07:13:09 -0600 (CST)

Author: btami
Date: 2004-03-11 07:13:03 -0600 (Thu, 11 Mar 2004)
New Revision: 5299

Modified:
   trunk/gnue-forms/src/GFClient.py
   trunk/gnue-navigator/src/GNClient.py
Log:
fixed splash screen config setting error

Modified: trunk/gnue-forms/src/GFClient.py
===================================================================
--- trunk/gnue-forms/src/GFClient.py    2004-03-11 11:30:42 UTC (rev 5298)
+++ trunk/gnue-forms/src/GFClient.py    2004-03-11 13:13:03 UTC (rev 5299)
@@ -142,7 +142,7 @@
     userParameters = self.getCommandLineParameters(self.ARGUMENTS[1:])
 
 
-    if gConfigForms('disableSplash') == '1':
+    if gConfigForms('disableSplash') == True:
       self.disableSplash = True
     else:
       self.disableSplash = self.OPTIONS['splash_screen']

Modified: trunk/gnue-navigator/src/GNClient.py
===================================================================
--- trunk/gnue-navigator/src/GNClient.py        2004-03-11 11:30:42 UTC (rev 
5298)
+++ trunk/gnue-navigator/src/GNClient.py        2004-03-11 13:13:03 UTC (rev 
5299)
@@ -166,7 +166,7 @@
       sys.exit()
 
 
-    if gConfigNav('disableSplash') == '1':
+    if gConfigNav('disableSplash') == True:
       self.disableSplash = 1
     else:
       self.disableSplash = self.OPTIONS['splash_screen']





reply via email to

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