diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-01-14 18:49:17 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-01-14 18:49:17 +0100 |
commit | 16d6b751d84381e58d9b05d720b5dbd603ed790d (patch) | |
tree | 5e8b66bed6405f4b0826f27e9454a13751ac7103 /menu_whatson.c | |
parent | ea4c305c3ad7b840f5a1f9102aabbd6839060306 (diff) | |
download | vdr-plugin-epgsearch-16d6b751d84381e58d9b05d720b5dbd603ed790d.tar.gz vdr-plugin-epgsearch-16d6b751d84381e58d9b05d720b5dbd603ed790d.tar.bz2 |
- support for new info key behaviour in vdr-1.5.13
Diffstat (limited to 'menu_whatson.c')
-rw-r--r-- | menu_whatson.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/menu_whatson.c b/menu_whatson.c index 32de452..4430b67 100644 --- a/menu_whatson.c +++ b/menu_whatson.c @@ -787,7 +787,10 @@ eOSState cMenuWhatsOnSearch::ProcessKey(eKeys Key) return EPGSearchConfig.useOkForSwitch?Switch():ShowSummary(); } break; - default: break; + case kInfo: + return ShowSummary(); + break; + default: break; } } if (!HasSubMenu()) |