summaryrefslogtreecommitdiff
path: root/views/displaymenulistview.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-01-10 10:10:31 +0100
committerlouis <louis.braun@gmx.de>2015-01-10 10:10:31 +0100
commit74febbfe86b63ac894b40f1d6c5fb2de8c6973b5 (patch)
tree93f7ae2924f4d847db955b1593d0df990200a647 /views/displaymenulistview.h
parentabcb357b25051bdbcf65c392ad85a3de0bd22b3c (diff)
downloadvdr-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.h2
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);