Author: dmeyer
Date: Wed Feb 14 15:11:14 2007
New Revision: 9214

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

Log:
remove player_rating test

Modified: trunk/ui/src/video/configure.py
==============================================================================
--- trunk/ui/src/video/configure.py     (original)
+++ trunk/ui/src/video/configure.py     Wed Feb 14 15:11:14 2007
@@ -192,8 +192,7 @@
     """
     items = []
 
-    if item.filename or (item.mode in ('dvd', 'vcd') and \
-                         item.player_rating >= 20):
+    if item.filename or item.mode in ('dvd', 'vcd'):
         if item.info.has_key('audio') and len(item.info['audio']) > 1:
             a = ActionItem(_('Audio selection'), item, audio_selection)
             items.append(a)

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