mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Implemented the "Info" key
This commit is contained in:
10
menu.c
10
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.386 2006/01/05 14:02:45 kls Exp $
|
||||
* $Id: menu.c 1.387 2006/01/06 11:44:25 kls Exp $
|
||||
*/
|
||||
|
||||
#include "menu.h"
|
||||
@@ -3877,6 +3877,14 @@ void cReplayControl::EditTest(void)
|
||||
}
|
||||
}
|
||||
|
||||
cOsdObject *cReplayControl::GetInfo(void)
|
||||
{
|
||||
cRecording *Recording = Recordings.GetByName(cReplayControl::LastReplayed());
|
||||
if (Recording)
|
||||
return new cMenuRecording(Recording);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
eOSState cReplayControl::ProcessKey(eKeys Key)
|
||||
{
|
||||
if (!Active())
|
||||
|
Reference in New Issue
Block a user