summaryrefslogtreecommitdiff
path: root/displaychannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'displaychannel.c')
-rw-r--r--displaychannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/displaychannel.c b/displaychannel.c
index 1400de8..ed3d011 100644
--- a/displaychannel.c
+++ b/displaychannel.c
@@ -59,6 +59,7 @@ void cNopacityDisplayChannel::SetChannel(const cChannel *Channel, int Number) {
channelView->ClearChannelLogo();
channelView->ClearChannelName();
+ channelView->ClearEPGInfo();
channelView->ClearStatusIcons();
channelView->ClearSourceInfo();
if (!groupSep) {
@@ -72,7 +73,6 @@ void cNopacityDisplayChannel::SetChannel(const cChannel *Channel, int Number) {
} else {
channelView->HideSignalMeter();
channelView->ClearProgressBar();
- channelView->ClearEPGInfo();
if (Channel)
channelView->DrawChannelGroups(Channel, ChannelName);
}