Update of /cvsroot/freevo/freevo/src/audio/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31848/plugins
Modified Files:
cdbackup.py
Log Message:
use vfs.mountpoints and not config.REMOVABLE_MEDIA
Index: cdbackup.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/cdbackup.py,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** cdbackup.py 20 Nov 2004 19:35:45 -0000 1.42
--- cdbackup.py 1 May 2005 17:36:24 -0000 1.43
***************
*** 29,32 ****
--- 29,35 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.43 2005/05/01 17:36:24 dischi
+ # use vfs.mountpoints and not config.REMOVABLE_MEDIA
+ #
# Revision 1.42 2004/11/20 19:35:45 rshortt
# Typo bugfix.
***************
*** 381,385 ****
dir_audio_default = "dir_audio_default"
path_head = ''
! for media in config.REMOVABLE_MEDIA:
if media.devicename == device:
media.type = 'cdrip'
--- 384,388 ----
dir_audio_default = "dir_audio_default"
path_head = ''
! for media in vfs.mountpoints:
if media.devicename == device:
media.type = 'cdrip'
***************
*** 560,564 ****
return
! for media in config.REMOVABLE_MEDIA:
if media.devicename == device:
media.type = 'audio'
--- 563,567 ----
return
! for media in vfs.mountpoints:
if media.devicename == device:
media.type = 'audio'
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog