Modified:
trunk/SDK/PyFR/Utilities.py
Log:
use _ShowFrontRow instead of makeScene so that we get control of the
remote again
Modified: trunk/SDK/PyFR/Utilities.py
==============================================================================
--- trunk/SDK/PyFR/Utilities.py (original)
+++ trunk/SDK/PyFR/Utilities.py Thu Jan 24 01:23:12 2008
@@ -54,7 +54,8 @@
# If we don't find App running, then we exited. So bring FR back.
if not found or self.AppShouldExit():
frController = BRAppManager.sharedApplication().delegate()
- frController._makeScene()
+ #frController._makeScene()
+ frController._showFrontRow()
# Make sure to turn off the timer!
self.timer.invalidate()