Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv9667

Modified Files:
        menu.py 
Log Message:
Fix for adding/deleting the only item in the directory for the new skin

Index: menu.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/menu.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** menu.py     23 Mar 2003 21:39:03 -0000      1.23
--- menu.py     27 Mar 2003 20:07:06 -0000      1.24
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.24  2003/03/27 20:07:06  dischi
+ # Fix for adding/deleting the only item in the directory for the new skin
+ #
  # Revision 1.23  2003/03/23 21:39:03  dischi
  # Added better up/down handling for text menus in the new skin
***************
*** 618,621 ****
--- 621,627 ----
  
          self.all_items = self.menu_items + self.nav_items
+ 
+         if not menu.selected in self.all_items:
+             menu.selected = self.all_items[0]
  
          if not menu.choices:




-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to