Author: dmeyer
Date: Sat Jan 20 20:30:05 2007
New Revision: 9027

Modified:
   trunk/ui/src/plugins/mediamenu.py

Log:
games do not work right now

Modified: trunk/ui/src/plugins/mediamenu.py
==============================================================================
--- trunk/ui/src/plugins/mediamenu.py   (original)
+++ trunk/ui/src/plugins/mediamenu.py   Sat Jan 20 20:30:05 2007
@@ -48,7 +48,7 @@
 from directory import DirItem
 from mainmenu import MainMenuItem
 from menu import Menu, Item
-from games import machine
+# from games import machine
 
 # get logging object
 log = logging.getLogger()
@@ -132,8 +132,9 @@
                     # has to be handled specially
                     if item[0] is 'USER':
                         title, filename = item[1], item[2][0]
-                    else:
-                        title, filename = machine.title(item[0]), item[2][0]
+                    # GAMES code:
+                    # else:
+                    #     title, filename = machine.title(item[0]), item[2][0]
 
                     add_args = item[3:]
                 else:

-------------------------------------------------------------------------
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

Reply via email to