diff options
Diffstat (limited to 'displaychannel.c')
-rw-r--r-- | displaychannel.c | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |