diff options
author | Johann Friedrichs <johann.friedrichs@web.de> | 2017-07-30 13:01:17 +0200 |
---|---|---|
committer | Frank Neumann <fnu@yavdr.org> | 2017-07-30 13:01:17 +0200 |
commit | 99d0b7b65fc20519d91c0debcbdf23f24f15fc24 (patch) | |
tree | c0184aec8e4cffeba626f572681a823596391a43 /menu_whatson.h | |
parent | c804b85247f2ae8e3ba412b2e266bc3fed51d1ae (diff) | |
download | vdr-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.h | 1 |
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); |