diff options
Diffstat (limited to 'displaychannel.c')
-rw-r--r-- | displaychannel.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/displaychannel.c b/displaychannel.c index 3d4eed8..6a101d8 100644 --- a/displaychannel.c +++ b/displaychannel.c @@ -97,15 +97,7 @@ void cNopacityDisplayChannel::SetProgressBar(const cEvent *present) { void cNopacityDisplayChannel::SetMessage(eMessageType Type, const char *Text) { - channelView->ClearChannelLogo(); - channelView->ClearChannelName(); - channelView->ClearEPGInfo(); - channelView->ClearStatusIcons(); - channelView->ClearSourceInfo(); - channelView->ClearProgressBar(); - channelView->HideSignalMeter(); - channelView->DisplayMessage(Text); - groupSep = true; + channelView->DisplayMessage(Type, Text); } void cNopacityDisplayChannel::Flush(void) { |