mailr11959 - /branches/bieri_gui/gui_bieri/user_functions/molecule.py


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

Header


Content

Posted by edward on December 23, 2010 - 15:52:
Author: bugman
Date: Thu Dec 23 15:52:24 2010
New Revision: 11959

URL: http://svn.gna.org/viewcvs/relax?rev=11959&view=rev
Log:
Removed the blank molecule type from the molecule.create user function window.


Modified:
    branches/bieri_gui/gui_bieri/user_functions/molecule.py

Modified: branches/bieri_gui/gui_bieri/user_functions/molecule.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/user_functions/molecule.py?rev=11959&r1=11958&r2=11959&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/user_functions/molecule.py (original)
+++ branches/bieri_gui/gui_bieri/user_functions/molecule.py Thu Dec 23 
15:52:24 2010
@@ -103,7 +103,7 @@
         self.mol = self.input_field(sizer, "The name of the molecule:")
 
         # The type selection.
-        self.mol_type = self.combo_box(sizer, "The type of molecule:", [''] 
+ ALLOWED_MOL_TYPES)
+        self.mol_type = self.combo_box(sizer, "The type of molecule:", 
ALLOWED_MOL_TYPES)
 
 
     def execute(self):




Related Messages


Powered by MHonArc, Updated Mon Dec 27 10:40:02 2010