Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7183/src/plugins

Modified Files:
        rom_drives.py 
Log Message:
remove thread in thread

Index: rom_drives.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/rom_drives.py,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** rom_drives.py       1 Jan 2005 18:55:03 -0000       1.74
--- rom_drives.py       6 Jan 2005 18:34:11 -0000       1.75
***************
*** 299,305 ****
                  fd = os.open(self.devicename, os.O_RDONLY | os.O_NONBLOCK)
                  if os.uname()[0] == 'FreeBSD':
!                     s = util.fthread.call(ioctl, fd, CDIOCCLOSE, 0)
                  else:
!                     s = util.fthread.call(ioctl, fd, CDROMCLOSETRAY)
                  os.close(fd)
              except Exception, e:
--- 299,305 ----
                  fd = os.open(self.devicename, os.O_RDONLY | os.O_NONBLOCK)
                  if os.uname()[0] == 'FreeBSD':
!                     s = ioctl(fd, CDIOCCLOSE, 0)
                  else:
!                     s = ioctl(fd, CDROMCLOSETRAY)
                  os.close(fd)
              except Exception, e:



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to