mailr13471 - /branches/gui_testing/gui/user_functions/select.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on July 07, 2011 - 10:38:
Author: bugman
Date: Thu Jul  7 10:38:29 2011
New Revision: 13471

URL: http://svn.gna.org/viewcvs/relax?rev=13471&view=rev
Log:
The 'change_all' flag in the select.read user function window is now also set 
to False.


Modified:
    branches/gui_testing/gui/user_functions/select.py

Modified: branches/gui_testing/gui/user_functions/select.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/user_functions/select.py?rev=13471&r1=13470&r2=13471&view=diff
==============================================================================
--- branches/gui_testing/gui/user_functions/select.py (original)
+++ branches/gui_testing/gui/user_functions/select.py Thu Jul  7 10:38:29 2011
@@ -144,7 +144,7 @@
         self.boolean.SetValue('OR')
 
         # The change_all flag.
-        self.change_all = self.boolean_selector(sizer, "Change all:", 
tooltip="A flag specifying if all other spins should be changed.")
+        self.change_all = self.boolean_selector(sizer, "Change all:", 
tooltip="A flag specifying if all other spins should be changed.", 
default=False)
 
 
     def on_execute(self):




Related Messages


Powered by MHonArc, Updated Thu Jul 07 11:00:02 2011