mailr10571 - /branches/bieri_gui/gui_bieri/relax_gui.py


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

Header


Content

Posted by edward on January 29, 2010 - 10:24:
Author: bugman
Date: Fri Jan 29 10:24:57 2010
New Revision: 10571

URL: http://svn.gna.org/viewcvs/relax?rev=10571&view=rev
Log:
Bug fix for state_save().

The analysis frame was not properly referenced.


Modified:
    branches/bieri_gui/gui_bieri/relax_gui.py

Modified: branches/bieri_gui/gui_bieri/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/relax_gui.py?rev=10571&r1=10570&r2=10571&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/relax_gui.py (original)
+++ branches/bieri_gui/gui_bieri/relax_gui.py Fri Jan 29 10:24:57 2010
@@ -2485,7 +2485,7 @@
         # Analyses updates of the new data store.
         for i in range(len(self.analysis_frames)):
             # Execute the analysis frame specific update methods.
-            if hasattr(analysis, 'sync_ds'):
+            if hasattr(self.analysis_frames[i], 'sync_ds'):
                 self.analysis_frames[i].sync_ds(upload=True)
 
         # Save the relax state.




Related Messages


Powered by MHonArc, Updated Fri Jan 29 10:40:03 2010