mailr13178 - /branches/gui_testing/gui/wizard.py


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

Header


Content

Posted by edward on June 22, 2011 - 20:54:
Author: bugman
Date: Wed Jun 22 20:54:12 2011
New Revision: 13178

URL: http://svn.gna.org/viewcvs/relax?rev=13178&view=rev
Log:
Fix for the wizard display_page() method - the call to on_display() was not 
to the page.


Modified:
    branches/gui_testing/gui/wizard.py

Modified: branches/gui_testing/gui/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/wizard.py?rev=13178&r1=13177&r2=13178&view=diff
==============================================================================
--- branches/gui_testing/gui/wizard.py (original)
+++ branches/gui_testing/gui/wizard.py Wed Jun 22 20:54:12 2011
@@ -863,7 +863,7 @@
             self.main_sizer.Hide(self.page_sizers[j])
 
         # Execute the page's on_display() method.
-        self.page[i].on_display()
+        self.pages[i].on_display()
 
         # Show the desired page.
         self.main_sizer.Show(self.page_sizers[i])




Related Messages


Powered by MHonArc, Updated Thu Jun 23 11:40:01 2011