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

Modified Files:
        menu.py 
Log Message:
bugfix for going up on the first item in the new skin

Index: menu.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/menu.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** menu.py     30 Mar 2003 19:10:32 -0000      1.29
--- menu.py     31 Mar 2003 18:59:27 -0000      1.30
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.30  2003/03/31 18:59:27  dischi
+ # bugfix for going up on the first item in the new skin
+ #
  # Revision 1.29  2003/03/30 19:10:32  dischi
  # fixed some navigating bugs
***************
*** 425,429 ****
              curr_selected = self.all_items.index(menu.selected)
              if curr_selected-self.cols < 0 and \
!                (self.cols > 1 or config.NEW_SKIN):
                  self.goto_prev_page(arg='no_refresh')
                  try:
--- 428,433 ----
              curr_selected = self.all_items.index(menu.selected)
              if curr_selected-self.cols < 0 and \
!                (self.cols > 1 or config.NEW_SKIN) and \
!                menu.selected != menu.choices[0]:
                  self.goto_prev_page(arg='no_refresh')
                  try:




-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to