mailr13980 - /branches/gui_testing/gui/analyses/auto_model_free.py


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

Header


Content

Posted by edward on July 29, 2011 - 09:18:
Author: bugman
Date: Fri Jul 29 09:18:26 2011
New Revision: 13980

URL: http://svn.gna.org/viewcvs/relax?rev=13980&view=rev
Log:
Fix for the model-free auto-analysis tab delete() method - the tab has no 
peak intensity object!

This was a copy of the NOE delete() method, but the list is for relaxation 
data rather than peak
intensities.


Modified:
    branches/gui_testing/gui/analyses/auto_model_free.py

Modified: branches/gui_testing/gui/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_model_free.py?rev=13980&r1=13979&r2=13980&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_model_free.py (original)
+++ branches/gui_testing/gui/analyses/auto_model_free.py Fri Jul 29 09:18:26 
2011
@@ -487,8 +487,8 @@
     def delete(self):
         """Unregister the spin count from the user functions."""
 
-        # Clean up the peak intensity object.
-        self.peak_intensity.delete()
+        # Clean up the relaxation data list object.
+        self.relax_data.delete()
 
         # Remove.
         status.observers.gui_uf.unregister(self.data.pipe_name)




Related Messages


Powered by MHonArc, Updated Fri Jul 29 10:00:03 2011