Author: dmeyer
Date: Sat Sep 15 18:03:04 2007
New Revision: 9880
Log:
fix menu.arrow_navigation
Modified:
trunk/ui/src/menu/menu.py
Modified: trunk/ui/src/menu/menu.py
==============================================================================
--- trunk/ui/src/menu/menu.py (original)
+++ trunk/ui/src/menu/menu.py Sat Sep 15 18:03:04 2007
@@ -130,7 +130,10 @@
if self.cols == 1:
if config.menu.arrow_navigation:
if event == MENU_LEFT:
- event = MENU_BACK_ONE_MENU
+ # event = MENU_BACK_ONE_MENU
+ # we can not just change the event here because
+ # stack.py processes this.
+ self.stack.back_one_menu()
elif event == MENU_RIGHT:
event = MENU_SELECT
else:
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog