mailr13646 - /branches/gui_testing/gui/user_functions/spectrum.py


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

Header


Content

Posted by edward on July 15, 2011 - 13:34:
Author: bugman
Date: Fri Jul 15 13:34:19 2011
New Revision: 13646

URL: http://svn.gna.org/viewcvs/relax?rev=13646&view=rev
Log:
Bug fix for the spectrum.read_intensities GUI user function page - the 
spectrum ID can now be set.


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

Modified: branches/gui_testing/gui/user_functions/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/user_functions/spectrum.py?rev=13646&r1=13645&r2=13646&view=diff
==============================================================================
--- branches/gui_testing/gui/user_functions/spectrum.py (original)
+++ branches/gui_testing/gui/user_functions/spectrum.py Fri Jul 15 13:34:19 
2011
@@ -250,7 +250,7 @@
         self.file = self.file_selection(sizer, "The peak intensity file:", 
title="Peak intensity file selection", tooltip=self.uf._doc_args_dict['file'])
 
         # The spectrum ID.
-        self.spectrum_id = self.combo_box(sizer, "The spectrum ID:", 
tooltip=self.uf._doc_args_dict['spectrum_id'])
+        self.spectrum_id = self.input_field(sizer, "The spectrum ID:", 
tooltip=self.uf._doc_args_dict['spectrum_id'])
 
         # The heteronucleus and proton.
         self.heteronuc = self.input_field(sizer, "The heternucleus name:", 
tooltip=self.uf._doc_args_dict['heteronuc'])




Related Messages


Powered by MHonArc, Updated Fri Jul 15 13:40:02 2011