mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
The CAM menu now stays open as long as it is automatically updated
This commit is contained in:
3
menu.c
3
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.477 2008/02/16 13:53:26 kls Exp $
|
||||
* $Id: menu.c 1.478 2008/02/23 14:36:43 kls Exp $
|
||||
*/
|
||||
|
||||
#include "menu.h"
|
||||
@@ -1697,6 +1697,7 @@ void cMenuCam::Set(void)
|
||||
AddMultiLineItem(ciMenu->BottomText());
|
||||
dsyslog("CAM %d: '%s'", camSlot->SlotNumber(), ciMenu->BottomText());
|
||||
}
|
||||
cRemote::TriggerLastActivity();
|
||||
}
|
||||
else if (ciEnquiry) {
|
||||
Clear();
|
||||
|
Reference in New Issue
Block a user