From db33e4e175369e6f1e8f9dab69e4c43b95f54e96 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Wed, 27 Jan 2021 12:53:35 +0100 Subject: Fixed a crash when starting VDR when a message should be displayed after the timer conflict check --- displaychannel.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'displaychannel.c') diff --git a/displaychannel.c b/displaychannel.c index 736327f..349c3a5 100644 --- a/displaychannel.c +++ b/displaychannel.c @@ -114,6 +114,8 @@ void cNopacityDisplayChannel::SetProgressBar(const cEvent *present) { void cNopacityDisplayChannel::SetMessage(eMessageType Type, const char *Text) { + if (!doOutput) + return; channelView->ClearChannelLogo(); channelView->ClearChannelName(); channelView->ClearEPGInfo(); -- cgit v1.2.3