Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv22352
Modified Files:
rom_drives.py
Log Message:
bugfix
Index: rom_drives.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/rom_drives.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** rom_drives.py 18 Jul 2003 19:49:47 -0000 1.16
--- rom_drives.py 20 Jul 2003 16:09:53 -0000 1.17
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.17 2003/07/20 16:09:53 dischi
+ # bugfix
+ #
# Revision 1.16 2003/07/18 19:49:47 dischi
# do not set speed for dvd, it does not work
***************
*** 371,375 ****
# try to set the speed
! if config.ROM_SPEED and not data.mime == 'video/dvd':
try:
ioctl(fd, CDROM_SELECT_SPEED, config.ROM_SPEED)
--- 374,378 ----
# try to set the speed
! if config.ROM_SPEED and data and not data.mime == 'video/dvd':
try:
ioctl(fd, CDROM_SELECT_SPEED, config.ROM_SPEED)
-------------------------------------------------------
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/345/0
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog