Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5488
Modified Files:
menu.py
Log Message:
fix LEFT and RIGHT for tv guide
Index: menu.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/menu.py,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -d -r1.83 -r1.84
*** menu.py 5 Feb 2004 19:56:40 -0000 1.83
--- menu.py 6 Feb 2004 20:42:55 -0000 1.84
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.84 2004/02/06 20:42:55 dischi
+ # fix LEFT and RIGHT for tv guide
+ #
# Revision 1.83 2004/02/05 19:56:40 dischi
# make it possible to change back to the old navigation style
***************
*** 364,378 ****
menu = self.menustack[-1]
! if self.cols == 1 and config.MENU_ARROW_NAVIGATION:
! if event == MENU_LEFT:
! event = MENU_BACK_ONE_MENU
! elif event == MENU_RIGHT:
! event = MENU_SELECT
! elif self.cols == 1:
! if event == MENU_LEFT:
! event = MENU_PAGEUP
! elif event == MENU_RIGHT:
! event = MENU_PAGEDOWN
if self.eventhandler_plugins == None:
--- 367,382 ----
menu = self.menustack[-1]
! if self.cols == 1 and isinstance(menu, Menu):
! if config.MENU_ARROW_NAVIGATION:
! if event == MENU_LEFT:
! event = MENU_BACK_ONE_MENU
! elif event == MENU_RIGHT:
! event = MENU_SELECT
! else:
! if event == MENU_LEFT:
! event = MENU_PAGEUP
! elif event == MENU_RIGHT:
! event = MENU_PAGEDOWN
if self.eventhandler_plugins == None:
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog