mailr13192 - /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 23, 2011 - 19:55:
Author: bugman
Date: Thu Jun 23 19:55:20 2011
New Revision: 13192

URL: http://svn.gna.org/viewcvs/relax?rev=13192&view=rev
Log:
Fix for the ok wizard button - the method is now private.


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=13192&r1=13191&r2=13192&view=diff
==============================================================================
--- branches/gui_testing/gui/wizard.py (original)
+++ branches/gui_testing/gui/wizard.py Thu Jun 23 19:55:20 2011
@@ -791,7 +791,7 @@
                 button.SetToolTipString("Accept the operation")
                 button.SetSize(self._size_button)
                 self._button_sizers[i].Add(button, 0, wx.ADJUST_MINSIZE, 0)
-                self.Bind(wx.EVT_BUTTON, self.ok, button)
+                self.Bind(wx.EVT_BUTTON, self._ok, button)
                 self._buttons[i]['ok'] = button
 
             # The finish button (only for the last page with multi-pages).




Related Messages


Powered by MHonArc, Updated Thu Jun 23 20:20:05 2011