diff options
author | louis <louis.braun@gmx.de> | 2015-01-10 10:10:31 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-01-10 10:10:31 +0100 |
commit | 74febbfe86b63ac894b40f1d6c5fb2de8c6973b5 (patch) | |
tree | 93f7ae2924f4d847db955b1593d0df990200a647 /views/displaymenulistview.h | |
parent | abcb357b25051bdbcf65c392ad85a3de0bd22b3c (diff) | |
download | vdr-plugin-skindesigner-74febbfe86b63ac894b40f1d6c5fb2de8c6973b5.tar.gz vdr-plugin-skindesigner-74febbfe86b63ac894b40f1d6c5fb2de8c6973b5.tar.bz2 |
fixed bug that EPGSearch Favorites Menu was not displayed correctly
Diffstat (limited to 'views/displaymenulistview.h')
-rw-r--r-- | views/displaymenulistview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/displaymenulistview.h b/views/displaymenulistview.h index 2d9d30f..a407020 100644 --- a/views/displaymenulistview.h +++ b/views/displaymenulistview.h @@ -23,7 +23,7 @@ public: void AddDefaultMenuItem(int index, string *tabTexts, bool current, bool selectable); void AddMainMenuItem(int index, const char *itemText, bool current, bool selectable); void AddSetupMenuItem(int index, const char *itemText, bool current, bool selectable); - void AddSchedulesMenuItem(int index, const cEvent *event, const cChannel *channel, eTimerMatch timerMatch, eMenuCategory cat, bool current, bool selectable); + void AddSchedulesMenuItem(int index, const cEvent *event, const cChannel *channel, eTimerMatch timerMatch, eMenuCategory cat, bool isEpgSearchFav, bool current, bool selectable); void AddChannelsMenuItem(int index, const cChannel *channel, bool withProvider, bool current, bool selectable); void AddTimersMenuItem(int index, const cTimer *timer, bool current, bool selectable); void AddRecordingMenuItem(int index, const cRecording *recording, int level, int total, int isNew, bool current, bool selectable); |