diff options
author | horchi <vdr@jwendel.de> | 2017-03-19 12:53:24 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2017-03-19 12:53:24 +0100 |
commit | f1f589bad4249680a8ea5d0008f31e4fb8caa849 (patch) | |
tree | abb479749da8c1d0a8231ef9950cb3262c9ebb1c /menu.h | |
parent | 7b6f2a4d5dd2fc60b6f50d6f3c8b36ce732f6365 (diff) | |
download | vdr-plugin-epg2vdr-f1f589bad4249680a8ea5d0008f31e4fb8caa849.tar.gz vdr-plugin-epg2vdr-f1f589bad4249680a8ea5d0008f31e4fb8caa849.tar.bz2 |
2017-03-19: version 1.1.49 (horchi)\n - bugfix: Fixed possible crash in extended skins interface\n\n1.1.49
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -412,7 +412,8 @@ class cMenuEpgScheduleItem : public cOsdItem virtual bool Update(bool Force = false); virtual void SetMenuItem(cSkinDisplayMenu *DisplayMenu, int Index, bool Current, bool Selectable); - cEpgEvent* event; + cEpgEvent* epgEvent; + const cEvent* vdrEvent; const cChannel* channel; bool withDate; int timerMatch; |