mailr14718 - /1.3/gui/wizard.py


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

Header


Content

Posted by edward on September 20, 2011 - 18:01:
Author: bugman
Date: Tue Sep 20 18:01:47 2011
New Revision: 14718

URL: http://svn.gna.org/viewcvs/relax?rev=14718&view=rev
Log:
The wizard page base method on_apply() now does nothing.

This should help eliminate Mac OS X bugs.  The on_display() and 
on_display_post() methods are no
longer called by on_apply() by default, as the page should not be reset when 
clicking on apply.


Modified:
    1.3/gui/wizard.py

Modified: 1.3/gui/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/wizard.py?rev=14718&r1=14717&r2=14718&view=diff
==============================================================================
--- 1.3/gui/wizard.py (original)
+++ 1.3/gui/wizard.py Tue Sep 20 18:01:47 2011
@@ -774,12 +774,8 @@
     def on_apply(self):
         """To be over-ridden if an action is to be performed on hitting the 
apply button.
 
-        This method will be called when clicking on the apply button.  The 
default behaviour is to call the on_display() and on_display_post() method.
-        """
-
-        # Call the on_display method by default.
-        self.on_display()
-        self.on_display_post()
+        This method will be called when clicking on the apply button.
+        """
 
 
     def on_completion(self):




Related Messages


Powered by MHonArc, Updated Tue Sep 20 18:20:01 2011