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/displaymenurootview.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/displaymenurootview.h')
-rw-r--r-- | views/displaymenurootview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/displaymenurootview.h b/views/displaymenurootview.h index 33a78a9..b9c8c81 100644 --- a/views/displaymenurootview.h +++ b/views/displaymenurootview.h @@ -50,6 +50,7 @@ public: void SetTitle(const char *title); void SetChannel(const cChannel *channel) { view->SetChannel(channel); }; const cChannel *GetChannel(void) { return view->GetChannel(); }; + void SetEpgSearchFavorite(void) { if (view) view->SetEpgSearchFavorite(); }; void SetButtonTexts(const char *Red, const char *Green, const char *Yellow, const char *Blue); void SetTabs(int tab1, int tab2, int tab3, int tab4, int tab5); void SetMessage(eMessageType type, const char *text); |