mailr13385 - /branches/gui_testing/gui/user_functions/structure.py


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

Header


Content

Posted by edward on July 01, 2011 - 17:57:
Author: bugman
Date: Fri Jul  1 17:57:21 2011
New Revision: 13385

URL: http://svn.gna.org/viewcvs/relax?rev=13385&view=rev
Log:
The structure.load_spins user function window now uses spin_id_element() 
properly.


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

Modified: branches/gui_testing/gui/user_functions/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/user_functions/structure.py?rev=13385&r1=13384&r2=13385&view=diff
==============================================================================
--- branches/gui_testing/gui/user_functions/structure.py (original)
+++ branches/gui_testing/gui/user_functions/structure.py Fri Jul  1 17:57:21 
2011
@@ -147,7 +147,7 @@
         """
 
         # The spin_id arg.
-        self.spin_id = self.spin_id_field(sizer, "The spin identification 
string:", tooltip="The 'spin_id' user function argument.")
+        self.spin_id = self.spin_id_element(sizer)
 
         # The combine_model arg.
         self.combine_model = self.combo_box(sizer, "Combine spins of all 
models:", choices=['True', 'False'], tooltip="The 'combine_models' user 
function argument:  A flag which specifies if spins from separate models 
should be combined.")




Related Messages


Powered by MHonArc, Updated Fri Jul 01 18:20:02 2011