Modified:
trunk/SDK/PyFR/WaitController.py
Log:
hiding spinner and text after hiding FR so that the "Starting foo..."
text doesn't show up when we come back
Modified: trunk/SDK/PyFR/WaitController.py
==============================================================================
--- trunk/SDK/PyFR/WaitController.py (original)
+++ trunk/SDK/PyFR/WaitController.py Sat Jan 26 01:41:27 2008
@@ -58,6 +58,7 @@
BRController.wasPushed(self)
self.PyFR_start()
+ self.removeAllControls()
def PyFR_start(self):
# This should get overridden