Author: tack
Date: Tue Jun 19 17:28:06 2007
New Revision: 9721
Modified:
branches/rel-1/freevo/src/video/configure.py
Log:
Show subtitles menu even when there is only one sub track (offers
choice between that subtitle track and no subtitles)
Modified: branches/rel-1/freevo/src/video/configure.py
==============================================================================
--- branches/rel-1/freevo/src/video/configure.py (original)
+++ branches/rel-1/freevo/src/video/configure.py Tue Jun 19 17:28:06 2007
@@ -254,7 +254,7 @@
if item.filename or (item.mode in ('dvd', 'vcd') and item.player_rating >=
20):
if item.info.has_key('audio') and len(item.info['audio']) > 1:
items.append(menu.MenuItem(_('Audio selection'),
audio_selection_menu, item))
- if item.info.has_key('subtitles') and len(item.info['subtitles']) > 1:
+ if item.info.has_key('subtitles') and len(item.info['subtitles']) >= 1:
items.append(menu.MenuItem(_('Subtitle selection'),
subtitle_selection_menu, item))
if item.info.has_key('chapters') and item.info['chapters'] > 1:
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog