Author: dmeyer
Date: Thu Nov 30 18:19:05 2006
New Revision: 2136

Modified:
   trunk/popcorn/src/generic.py

Log:
do not stop twice

Modified: trunk/popcorn/src/generic.py
==============================================================================
--- trunk/popcorn/src/generic.py        (original)
+++ trunk/popcorn/src/generic.py        Thu Nov 30 18:19:05 2006
@@ -268,7 +268,8 @@
         if not self._player:
             self._create_player(cls)
         else:
-            if self._get_state() not in (STATE_IDLE, STATE_NOT_RUNNING, 
STATE_SHUTDOWN):
+            if self._get_state() not in (STATE_IDLE, STATE_NOT_RUNNING,
+                                         STATE_SHUTDOWN, STATE_STOPPING):
                 self._player.stop()
             if not isinstance(self._player, cls):
                 self._player.release()

-------------------------------------------------------------------------
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