summaryrefslogtreecommitdiff
path: root/menu_whatson.h
diff options
context:
space:
mode:
authorJohann Friedrichs <johann.friedrichs@web.de>2017-07-30 13:01:17 +0200
committerFrank Neumann <fnu@yavdr.org>2017-07-30 13:01:17 +0200
commit99d0b7b65fc20519d91c0debcbdf23f24f15fc24 (patch)
treec0184aec8e4cffeba626f572681a823596391a43 /menu_whatson.h
parentc804b85247f2ae8e3ba412b2e266bc3fed51d1ae (diff)
downloadvdr-plugin-epgsearch-99d0b7b65fc20519d91c0debcbdf23f24f15fc24.tar.gz
vdr-plugin-epgsearch-99d0b7b65fc20519d91c0debcbdf23f24f15fc24.tar.bz2
Add icon for inactive timer.
Diffstat (limited to 'menu_whatson.h')
-rw-r--r--menu_whatson.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/menu_whatson.h b/menu_whatson.h
index 225056c..803b4bb 100644
--- a/menu_whatson.h
+++ b/menu_whatson.h
@@ -38,6 +38,7 @@ public:
eTimerMatch timerMatch;
bool isRemote;
bool inSwitchList;
+ bool timerActive;
cMenuTemplate* menuTemplate;
cMenuMyScheduleItem(const cTimers *Timers, const cEvent *Event, const cChannel *Channel = NULL, showMode ShowMode = showNow, cMenuTemplate* menuTemplate = NULL);