mailr20862 - /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:00:
Author: bugman
Date: Thu Sep  5 19:00:21 2013
New Revision: 20862

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

The method associated with the menu entry action_relax_disp_cpmg_frq() was 
buggy.


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=20862&r1=20861&r2=20862&view=diff
==============================================================================
--- branches/relax_disp/gui/components/spectrum.py (original)
+++ branches/relax_disp/gui/components/spectrum.py Thu Sep  5 19:00:21 2013
@@ -103,7 +103,7 @@
             frq = cdp.cpmg_frqs[id]
 
         # Launch the dialog.
-        if time == None:
+        if frq == None:
             uf_store['relax_disp.cpmg_frq'](spectrum_id=id)
         else:
             uf_store['relax_disp.cpmg_frq'](frq=frq, spectrum_id=id)




Related Messages


Powered by MHonArc, Updated Thu Sep 05 19:20:02 2013