summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu.c b/menu.c
index 5f242c40..af2e1268 100644
--- a/menu.c
+++ b/menu.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.c 1.377 2005/12/24 15:50:01 kls Exp $
+ * $Id: menu.c 1.378 2005/12/26 15:44:27 kls Exp $
*/
#include "menu.h"
@@ -2694,7 +2694,7 @@ eOSState cMenuMain::ProcessKey(eKeys Key)
default: break;
}
}
- if (!HasSubMenu() && Update())
+ if (!HasSubMenu() && Update(HadSubMenu))
Display();
if (Key != kNone) {
if (Setup.OSDLanguage != osdLanguage) {