mailr14526 - /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 August 30, 2011 - 16:06:
Author: bugman
Date: Tue Aug 30 16:06:53 2011
New Revision: 14526

URL: http://svn.gna.org/viewcvs/relax?rev=14526&view=rev
Log:
Fix for the wizard page _ok() method for the uf_flush flag.


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=14526&r1=14525&r2=14526&view=diff
==============================================================================
--- 1.3/gui/wizard.py (original)
+++ 1.3/gui/wizard.py Tue Aug 30 16:06:53 2011
@@ -1352,7 +1352,7 @@
                 self._pages[i]._apply(event)
 
                 # UF flush.
-                if self._uf_flush[self._current_page]:
+                if self._uf_flush[i]:
                     self.gui.interpreter.flush()
 
                 # Increment the execution counter.




Related Messages


Powered by MHonArc, Updated Tue Aug 30 16:20:02 2011