mailr13585 - /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 13, 2011 - 13:18:
Author: bugman
Date: Wed Jul 13 13:18:58 2011
New Revision: 13585

URL: http://svn.gna.org/viewcvs/relax?rev=13585&view=rev
Log:
Fix for the new_analysis() method - it should be calling switch_page().


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=13585&r1=13584&r2=13585&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/__init__.py (original)
+++ branches/gui_testing/gui/analyses/__init__.py Wed Jul 13 13:18:58 2011
@@ -342,7 +342,7 @@
         self._num_analyses += 1
 
         # Switch to the new page.
-        self.switch(self._num_analyses-1)
+        self.switch_page(self._num_analyses-1)
 
         # Set the initialisation flag.
         self.init_state = False




Related Messages


Powered by MHonArc, Updated Wed Jul 13 14:40:02 2011