Author: tack
Date: Mon Jan  7 19:13:37 2008
New Revision: 2955

Log:
Conform to new api.


Modified:
   trunk/popcorn/src/generic.py

Modified: trunk/popcorn/src/generic.py
==============================================================================
--- trunk/popcorn/src/generic.py        (original)
+++ trunk/popcorn/src/generic.py        Mon Jan  7 19:13:37 2008
@@ -251,7 +251,7 @@
 
         # Handle pending calls based on the new state. The variable blocked is
         # used to avoid calling this function recursive.
-        if self._blocked or kaa.notifier.shutting_down:
+        if self._blocked or kaa.main.is_shutting_down:
             return
         self._blocked = True
         # Iterate through all pending commands and execute the ones that can
@@ -301,7 +301,7 @@
         player must have. If 'player' is given, force playback with the
         given player.
         """
-        if kaa.notifier.shutting_down:
+        if kaa.main.is_shutting_down():
             return False
 
         self._media = kaa.metadata.parse(mrl)

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to