mailr20863 - /branches/relax_disp/gui/components/spectrum.py


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

Header


Content

Posted by edward on September 05, 2013 - 19:01:
Author: bugman
Date: Thu Sep  5 19:01:31 2013
New Revision: 20863

URL: http://svn.gna.org/viewcvs/relax?rev=20863&view=rev
Log:
Fix for the relax_disp.spin_lock_field pop up menu entry in the spectrum list 
GUI element.

Another action method bug - the same as in the last commit.


Modified:
    branches/relax_disp/gui/components/spectrum.py

Modified: branches/relax_disp/gui/components/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/gui/components/spectrum.py?rev=20863&r1=20862&r2=20863&view=diff
==============================================================================
--- branches/relax_disp/gui/components/spectrum.py (original)
+++ branches/relax_disp/gui/components/spectrum.py Thu Sep  5 19:01:31 2013
@@ -153,7 +153,7 @@
             nu1 = cdp.spin_lock_nu1[id]
 
         # Launch the dialog.
-        if time == None:
+        if nu1 == None:
             uf_store['relax_disp.spin_lock_field'](spectrum_id=id)
         else:
             uf_store['relax_disp.spin_lock_field'](frq=nu1, spectrum_id=id)




Related Messages


Powered by MHonArc, Updated Fri Sep 06 09:00:03 2013