Author: dmeyer
Date: Sun Feb 25 20:01:34 2007
New Revision: 9284

Modified:
   trunk/ui/src/video/player.py

Log:
send osd message on toggle interlace

Modified: trunk/ui/src/video/player.py
==============================================================================
--- trunk/ui/src/video/player.py        (original)
+++ trunk/ui/src/video/player.py        Sun Feb 25 20:01:34 2007
@@ -223,6 +223,10 @@
             interlaced = not self.player.get_property('deinterlace')
             self.item.info['interlaced'] = interlaced
             self.player.set_property('deinterlace', interlaced)
+            if interlaced:
+                Event(OSD_MESSAGE, _('Turn on deinterlacing')).post()
+            else:
+                Event(OSD_MESSAGE, _('Turn off deinterlacing')).post()
             return True
 
         if str(event).startswith('DVDNAV_'):

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