commit-gnue
[Top][All Lists]
Advanced

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

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


From: reinhard
Subject: [gnue] r9299 - trunk/gnue-navigator/src
Date: Fri, 12 Jan 2007 13:28:55 -0600 (CST)

Author: reinhard
Date: 2007-01-12 13:28:53 -0600 (Fri, 12 Jan 2007)
New Revision: 9299

Modified:
   trunk/gnue-navigator/src/UIwx26.py
Log:
Fixed indentation.


Modified: trunk/gnue-navigator/src/UIwx26.py
===================================================================
--- trunk/gnue-navigator/src/UIwx26.py  2007-01-12 19:06:52 UTC (rev 9298)
+++ trunk/gnue-navigator/src/UIwx26.py  2007-01-12 19:28:53 UTC (rev 9299)
@@ -187,12 +187,12 @@
     else:
       formfile = step.location
 
-      if self.__current_form is None:
-        self.helpText.Hide()
-      else:
-        self.__current_form.close()
-      self.__current_form = self.__instance.run_from_file(formfile,
-              step._params)
+    if self.__current_form is None:
+      self.helpText.Hide()
+    else:
+      self.__current_form.close()
+    self.__current_form = self.__instance.run_from_file(formfile,
+            step._params)
 
 
 ID_EXIT = wx.NewId()





reply via email to

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