mailr13172 - /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 - 18:32:
Author: bugman
Date: Wed Jun 22 18:32:42 2011
New Revision: 13172

URL: http://svn.gna.org/viewcvs/relax?rev=13172&view=rev
Log:
Fix for the wizard panel initialisations.  The top level wizard object is now 
stored in the panel class.


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=13172&r1=13171&r2=13172&view=diff
==============================================================================
--- branches/gui_testing/gui/wizard.py (original)
+++ branches/gui_testing/gui/wizard.py Wed Jun 22 18:32:42 2011
@@ -102,6 +102,9 @@
         @type parent:   wx.object instance
         """
 
+        # Store the args.
+        self.parent = parent
+
         # Execute the base class method.
         wx.Panel.__init__(self, parent, id=-1)
 




Related Messages


Powered by MHonArc, Updated Wed Jun 22 19:00:02 2011