summaryrefslogtreecommitdiff
path: root/displaychannel.c
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-02-01 14:56:37 +0100
committerlouis <louis.braun@gmx.de>2014-02-01 14:56:37 +0100
commit67f1ab55632934ee94339999d4e671e23443a27e (patch)
tree89555379b9d3a713f52410e0b0e9c8b6db2c8297 /displaychannel.c
parent31c7bd5756155eff46d24ffecb03afa61554ffc9 (diff)
downloadskin-nopacity-67f1ab55632934ee94339999d4e671e23443a27e.tar.gz
skin-nopacity-67f1ab55632934ee94339999d4e671e23443a27e.tar.bz2
Added information about running recordings in DisplayChannel
Diffstat (limited to 'displaychannel.c')
-rw-r--r--displaychannel.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/displaychannel.c b/displaychannel.c
index 7beed49..fa6964e 100644
--- a/displaychannel.c
+++ b/displaychannel.c
@@ -78,8 +78,6 @@ void cNopacityDisplayChannel::SetChannel(const cChannel *Channel, int Number) {
channelView->DrawChannelLogo(Channel);
if (Channel)
channelView->DrawStatusIcons(Channel);
- if (Channel && config.GetValue("displaySourceInfo"))
- channelView->DrawSourceInfo(Channel);
} else {
channelView->HideSignalMeter();
channelView->ClearProgressBar();
@@ -166,6 +164,11 @@ void cNopacityDisplayChannel::Flush(void) {
} else
channelView->HideSignalMeter();
+ if (config.GetValue("displaySourceInfo") && !groupSep)
+ channelView->DrawSourceInfo();
+ else
+ channelView->ClearSourceInfo();
+
if (initial) {
if (config.GetValue("channelFadeTime"))
Start();