Author: tack
Date: Thu Dec 21 20:57:47 2006
New Revision: 2272

Modified:
   trunk/popcorn/src/generic.py

Log:
Fix typo.


Modified: trunk/popcorn/src/generic.py
==============================================================================
--- trunk/popcorn/src/generic.py        (original)
+++ trunk/popcorn/src/generic.py        Thu Dec 21 20:57:47 2006
@@ -258,7 +258,7 @@
 
         if properties.get('deinterlace') == 'auto':
             self._player._properties['deinterlace'] = False
-            if 'interlaced' in self._media an self._media.interlaced:
+            if 'interlaced' in self._media and self._media.interlaced:
                 self._player._properties['deinterlace'] = True
                 
         self._player = cls(self._config, 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