mailr25178 - /trunk/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 August 21, 2014 - 17:23:
Author: bugman
Date: Thu Aug 21 17:23:52 2014
New Revision: 25178

URL: http://svn.gna.org/viewcvs/relax?rev=25178&view=rev
Log:
Fix for the relax_disp.spin_lock_offset user function in the dispersion GUI 
tab.

This is in the spectrum list element popup menu.


Modified:
    trunk/gui/components/spectrum.py

Modified: trunk/gui/components/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/components/spectrum.py?rev=25178&r1=25177&r2=25178&view=diff
==============================================================================
--- trunk/gui/components/spectrum.py    (original)
+++ trunk/gui/components/spectrum.py    Thu Aug 21 17:23:52 2014
@@ -227,7 +227,7 @@
 
         # Launch the dialog.
         if offset_flag:
-            uf_store['relax_disp.spin_lock_offset'](field=offset, 
spectrum_id=id)
+            uf_store['relax_disp.spin_lock_offset'](offset=offset, 
spectrum_id=id)
         else:
             uf_store['relax_disp.spin_lock_offset'](spectrum_id=id)
 




Related Messages


Powered by MHonArc, Updated Thu Aug 21 17:40:03 2014