summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Mair <andreas@vdr-developer.org>2011-01-02 11:08:30 +0100
committerAndreas Mair <andreas@vdr-developer.org>2011-01-02 11:08:30 +0100
commit4b246bfeb0b3e65b49a449cc0a88a62aee4b1642 (patch)
tree69ab9101a3bd3c001841a125a532e6d74164ce88
parent83f72e534bc15063da3bd33f44cdde0633ec2d02 (diff)
downloadvdr-plugin-extrecmenu-4b246bfeb0b3e65b49a449cc0a88a62aee4b1642.tar.gz
vdr-plugin-extrecmenu-4b246bfeb0b3e65b49a449cc0a88a62aee4b1642.tar.bz2
"Info" key in recordings list now opens the recordings details (like the "Blue" key) (fixes #495).
-rw-r--r--mymenurecordings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mymenurecordings.c b/mymenurecordings.c
index 7576ad0..05996f0 100644
--- a/mymenurecordings.c
+++ b/mymenurecordings.c
@@ -1300,6 +1300,7 @@ eOSState myMenuRecordings::ProcessKey(eKeys Key)
}
}
break;
+ case kInfo:
case kBlue: return Info();
case k1...k9: return Commands(Key);
case k0: return ChangeSorting();