mailr13051 - /branches/gui_testing/gui/relax_gui.py


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

Header


Content

Posted by edward on June 15, 2011 - 17:58:
Author: bugman
Date: Wed Jun 15 17:58:27 2011
New Revision: 13051

URL: http://svn.gna.org/viewcvs/relax?rev=13051&view=rev
Log:
The state_save() method no longer needs to sync the individual analyses.


Modified:
    branches/gui_testing/gui/relax_gui.py

Modified: branches/gui_testing/gui/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/relax_gui.py?rev=13051&r1=13050&r2=13051&view=diff
==============================================================================
--- branches/gui_testing/gui/relax_gui.py (original)
+++ branches/gui_testing/gui/relax_gui.py Wed Jun 15 17:58:27 2011
@@ -610,12 +610,6 @@
         # Update the data store to match the GUI.
         self.sync_ds(upload=True)
 
-        # Analyses updates of the new data store.
-        for i in range(len(self.analyses)):
-            # Execute the analysis frame specific update methods.
-            if hasattr(self.analyses[i], 'sync_ds'):
-                self.analyses[i].sync_ds(upload=True)
-
         # Save the relax state.
         state.save_state(self.save_file, verbosity=0, force=True)
 




Related Messages


Powered by MHonArc, Updated Wed Jun 15 18:20:02 2011