summaryrefslogtreecommitdiff
path: root/osd.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-10-13 12:14:49 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-10-13 12:14:49 +0200
commit95c8c2b60cfa455520798ea4db2a071ed18c2a2c (patch)
tree54346d4779f50d6caee950da353811239897d675 /osd.c
parent44cb1a79a5ef620f317102cdae4c4c8780f250af (diff)
downloadvdr-95c8c2b60cfa455520798ea4db2a071ed18c2a2c.tar.gz
vdr-95c8c2b60cfa455520798ea4db2a071ed18c2a2c.tar.bz2
New configuration file 'reccmds.conf'
Diffstat (limited to 'osd.c')
-rw-r--r--osd.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/osd.c b/osd.c
index a2daf603..acd9aec4 100644
--- a/osd.c
+++ b/osd.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: osd.c 1.35 2002/08/25 09:18:31 kls Exp $
+ * $Id: osd.c 1.36 2002/10/13 10:31:28 kls Exp $
*/
#include "osd.h"
@@ -623,9 +623,7 @@ eOSState cOsdMenu::ProcessKey(eKeys Key)
return state;
}
switch (Key) {
- case k1...k9: if (hasHotkeys)
- return HotKey(Key);
- break;
+ case k1...k9: return hasHotkeys ? HotKey(Key) : osUnknown;
case kUp|k_Repeat:
case kUp: CursorUp(); break;
case kDown|k_Repeat: