mailr13630 - /branches/gui_testing/gui/analyses/__init__.py


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

Header


Content

Posted by edward on July 14, 2011 - 18:27:
Author: bugman
Date: Thu Jul 14 18:27:01 2011
New Revision: 13630

URL: http://svn.gna.org/viewcvs/relax?rev=13630&view=rev
Log:
Fix for the load_from_store() analysis method - the pipe switching flag is 
now reset.


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

Modified: branches/gui_testing/gui/analyses/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/__init__.py?rev=13630&r1=13629&r2=13630&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/__init__.py (original)
+++ branches/gui_testing/gui/analyses/__init__.py Thu Jul 14 18:27:01 2011
@@ -219,6 +219,9 @@
         # Switch to the page of the current data pipe.
         self.pipe_switch()
 
+        # Reset the switching flag.
+        self._switch_flag = True
+
 
     def menu_close(self, event):
         """Close the currently opened analysis.




Related Messages


Powered by MHonArc, Updated Thu Jul 14 18:40:02 2011