Author: duncan
Date: Thu Dec  6 15:34:53 2007
New Revision: 10182

Log:
Fixed dir, should be direction


Modified:
   branches/rel-1/freevo/src/plugins/rom_drives.py

Modified: branches/rel-1/freevo/src/plugins/rom_drives.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/rom_drives.py     (original)
+++ branches/rel-1/freevo/src/plugins/rom_drives.py     Thu Dec  6 15:34:53 2007
@@ -208,7 +208,7 @@
             if config.REMOVABLE_MEDIA:
                 # The default is the first drive in the list
                 media = config.REMOVABLE_MEDIA[0]
-                media.move_tray(dir='toggle')
+                media.move_tray(direction='toggle')
                 return True
 
     def shutdown(self):
@@ -267,7 +267,7 @@
         """
         if event == EJECT and item.media and menuw and \
            menuw.menustack[1] == menuw.menustack[-1]:
-            item.media.move_tray(dir='toggle')
+            item.media.move_tray(direction='toggle')
             return True
         return False
 

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to