From 57d0cbd75c591e450e4d11a45ac6a016de48b8cf Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Mon, 18 Feb 2008 18:07:22 +0100 Subject: fixed labeling the green/yellow color keys after toggling with '0' in menu 'Schedule', thanks to Andreas Mair for reporting. --- menu_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'menu_main.c') diff --git a/menu_main.c b/menu_main.c index af12fc8..a67ced1 100644 --- a/menu_main.c +++ b/menu_main.c @@ -443,7 +443,7 @@ eOSState cMenuSearchMain::ProcessKey(eKeys Key) } Display(); } - SetHelpKeys(); + SetHelpKeys(true); return osContinue; } } @@ -474,7 +474,7 @@ eOSState cMenuSearchMain::ProcessKey(eKeys Key) } Display(); } - SetHelpKeys(); + SetHelpKeys(true); return osContinue; } } -- cgit v1.2.3