Modified:
trunk/SDK/PyFR/AppLauncherController.py
Log:
Fix up AppLauncher
Modified: trunk/SDK/PyFR/AppLauncherController.py
==============================================================================
--- trunk/SDK/PyFR/AppLauncherController.py (original)
+++ trunk/SDK/PyFR/AppLauncherController.py Sat Jan 26 13:23:51 2008
@@ -18,6 +18,12 @@
PyFR.WaitController.WaitController.initWithText_( self, text )
return self
+ def initWithApp_( self, text, application ):
+ self.app = application
+ self.file = None
+ PyFR.WaitController.WaitController.initWithText_( self, text )
+ return self
+
def PyFR_start(self):
self.launchApp( self.app, self.file )