Author: duncan
Date: Fri Jan  5 22:47:10 2007
New Revision: 8934

Modified:
   branches/rel-1/freevo/src/menu.py

Log:
Removed redundant code and comments


Modified: branches/rel-1/freevo/src/menu.py
==============================================================================
--- branches/rel-1/freevo/src/menu.py   (original)
+++ branches/rel-1/freevo/src/menu.py   Fri Jan  5 22:47:10 2007
@@ -262,7 +262,7 @@
             MENU_GOTO_AUDIOMENU
             MENU_GOTO_IMAGEMENU
             MENU_GOTO_GAMESMENU
-            MENU_GOTO_RADIOMENU   #doesn't yet work
+            MENU_GOTO_RADIOMENU
             MENU_GOTO_SHUTDOWN
         """        
         self.menustack = [self.menustack[0]]
@@ -270,7 +270,6 @@
         self.init_page()
 
         if media == 'shutdown': 
-            menu.selected = 0
             for menuitem in self.menustack[0].choices:
                 if self.all_items.index(menuitem) >= self.rows - 1:
                     self.goto_next_page()

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