mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
fixed crash in epgsearch fav view
This commit is contained in:
@@ -399,6 +399,8 @@ void cViewMenu::SetMessage(eMessageType type, const char *text) {
|
||||
}
|
||||
|
||||
void cViewMenu::SetChannelHeader(const cEvent *event) {
|
||||
if (!event)
|
||||
return;
|
||||
if (menuChange && menuCat == mcSchedule) {
|
||||
const cChannel *channel = Channels.GetByChannelID(event->ChannelID());
|
||||
if (channel)
|
||||
|
Reference in New Issue
Block a user