commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r9391 - trunk/gnue-forms/src/GFObjects


From: reinhard
Subject: [gnue] r9391 - trunk/gnue-forms/src/GFObjects
Date: Wed, 21 Feb 2007 08:13:30 -0600 (CST)

Author: reinhard
Date: 2007-02-21 08:13:29 -0600 (Wed, 21 Feb 2007)
New Revision: 9391

Modified:
   trunk/gnue-forms/src/GFObjects/commanders.py
Log:
Fixed typo.


Modified: trunk/gnue-forms/src/GFObjects/commanders.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/commanders.py        2007-02-21 13:43:05 UTC 
(rev 9390)
+++ trunk/gnue-forms/src/GFObjects/commanders.py        2007-02-21 14:13:29 UTC 
(rev 9391)
@@ -256,7 +256,7 @@
 
         # For toggle commanders, the state can implicitly be changed by
         # enabling one of the actions and disabling the other one.
-        if self.__action_off is not None and self.__action_off is not None:
+        if self.__action is not None and self.__action_off is not None:
             if self.__action.enabled and not self.__action_off.enabled:
                 if self.state:
                     self.state = False





reply via email to

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