From 84629bde6c85ba9bec34324a89e8fe4de8d2caa5 Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 10 Jan 2014 12:44:01 +0100 Subject: Added possibility to manage EPG Search Timers in red button recording menu --- switchtimer.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'switchtimer.c') diff --git a/switchtimer.c b/switchtimer.c index 4ba7b45..f56c469 100644 --- a/switchtimer.c +++ b/switchtimer.c @@ -4,6 +4,10 @@ cSwitchTimers SwitchTimers; // -- cSwitchTimer ----------------------------------------------------------------- cSwitchTimer::cSwitchTimer(void) { + eventID = 0; + startTime = 0; + switchMinsBefore = 2; + announceOnly = 0; } cSwitchTimer::cSwitchTimer(const cEvent* Event) { -- cgit v1.2.3