Author: dmeyer
Date: Mon Jan 22 15:20:12 2007
New Revision: 9043

Modified:
   trunk/ui/src/application/base.py

Log:
oops

Modified: trunk/ui/src/application/base.py
==============================================================================
--- trunk/ui/src/application/base.py    (original)
+++ trunk/ui/src/application/base.py    Mon Jan 22 15:20:12 2007
@@ -101,7 +101,7 @@
         if status in (STATUS_STOPPED, STATUS_IDLE):
             self.free_resources()
         if status == STATUS_RUNNING and self._status == STATUS_IDLE:
-            handler._show_application(self)
+            handler.show_application(self)
             self._status = status
             self.signals['start'].emit()
         elif status == STATUS_IDLE:

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to