Author: dmeyer
Date: Sat Jan  6 09:10:08 2007
New Revision: 2364

Modified:
   trunk/popcorn/src/generic.py

Log:
make sure all properties are copied on play failed

Modified: trunk/popcorn/src/generic.py
==============================================================================
--- trunk/popcorn/src/generic.py        (original)
+++ trunk/popcorn/src/generic.py        Sat Jan  6 09:10:08 2007
@@ -265,6 +265,9 @@
         properties = self._properties
         if copy_properties and self._player:
             properties = self._player._properties
+            for key, value in self._player._property_playing:
+                properties[key] = value
+            self._player._property_playing = []
         properties = properties.copy()
 
         self._player = cls(properties)

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