Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv7687/src/plugins

Modified Files:
        mediamenu.py 
Log Message:
List empty roms in video|audio menus.


Index: mediamenu.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/mediamenu.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** mediamenu.py        23 Aug 2003 19:42:09 -0000      1.14
--- mediamenu.py        24 Aug 2003 05:03:36 -0000      1.15
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.15  2003/08/24 05:03:36  gsbarbieri
+ # List empty roms in video|audio menus.
+ #
  # Revision 1.14  2003/08/23 19:42:09  dischi
  # make a config option HIDE_UNUSABLE_DISCS
***************
*** 117,122 ****
          if config.HIDE_UNUSABLE_DISCS:
              dir_types = {
!                 'audio': [ 'dir', 'audiocd', 'audio' ],
!                 'video': [ 'dir', 'video', 'vcd', 'dvd' ],
                  'image': [ 'dir', None ],
                  'games': [ 'dir', None ],
--- 120,125 ----
          if config.HIDE_UNUSABLE_DISCS:
              dir_types = {
!                 'audio': [ 'dir', 'audiocd', 'audio', None ],
!                 'video': [ 'dir', 'video', 'vcd', 'dvd', None ],
                  'image': [ 'dir', None ],
                  'games': [ 'dir', None ],




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to