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 _______________________________________________ commit-gnue mailing list commit-gnue@gnu.org http://lists.gnu.org/mailman/listinfo/commit-gnue