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

Modified Files:
        rom_drives.py 
Log Message:
sort list before checkin

Index: rom_drives.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/rom_drives.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** rom_drives.py       5 Jul 2003 09:09:47 -0000       1.14
--- rom_drives.py       12 Jul 2003 21:24:19 -0000      1.15
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.15  2003/07/12 21:24:19  dischi
+ # sort list before checkin
+ #
  # Revision 1.14  2003/07/05 09:09:47  dischi
  # fixed eject problems
***************
*** 498,501 ****
--- 501,507 ----
                  start_ep = 0
                  end_ep   = 0
+ 
+                 mplayer_files.sort(lambda l, o: cmp(l.upper(), o.upper()))
+ 
                  for movie in mplayer_files:
                      if config.TV_SHOW_REGEXP_MATCH(movie):
***************
*** 536,540 ****
                          if not xml_file:
                              xml_file = tvinfo[3]
!                     
                  elif not show_name:
                      if os.path.isfile(config.COVER_DIR+\
--- 542,546 ----
                          if not xml_file:
                              xml_file = tvinfo[3]
!                         
                  elif not show_name:
                      if os.path.isfile(config.COVER_DIR+\




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to