Author: duncan
Date: Fri Sep 22 06:24:04 2006
New Revision: 8219
Modified:
branches/rel-1-5/freevo/src/plugins/usbstorage.py
Log:
[ 1563010 ] Entry in audio menu automatically created by the usbstorage
Fix from Fernando J. (Herr Groucho) applied.
Modified: branches/rel-1-5/freevo/src/plugins/usbstorage.py
==============================================================================
--- branches/rel-1-5/freevo/src/plugins/usbstorage.py (original)
+++ branches/rel-1-5/freevo/src/plugins/usbstorage.py Fri Sep 22 06:24:04 2006
@@ -63,7 +63,7 @@
def items(self, parent):
if util.is_usb_storage_device() != -1:
- d = DirItem(self.mountpoint, parent, self.name,
display_type='image')
+ d = DirItem(self.mountpoint, parent, self.name,
display_type=parent.display_type)
d.mountpoint = self.mountpoint
return [ d ]
return []
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog