summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-02-23 14:40:58 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-02-23 14:40:58 +0100
commit300d402663e3378d3710b40e29c79a1cc4f4c262 (patch)
tree42dabe052b9e8f4b56322e1fb15660e0c0224b18 /menu.c
parentedfe5829417bea8879bd2e45892b4465ea69b6eb (diff)
downloadvdr-300d402663e3378d3710b40e29c79a1cc4f4c262.tar.gz
vdr-300d402663e3378d3710b40e29c79a1cc4f4c262.tar.bz2
The CAM menu now stays open as long as it is automatically updated
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/menu.c b/menu.c
index 7abe1bad..11a7826d 100644
--- a/menu.c
+++ b/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();