diff options
Diffstat (limited to 'displaychannel.c')
-rw-r--r-- | displaychannel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/displaychannel.c b/displaychannel.c index f237e3b..0d8208a 100644 --- a/displaychannel.c +++ b/displaychannel.c @@ -526,7 +526,7 @@ void cNopacityDisplayChannel::SetChannel(const cChannel *Channel, int Number) { } if (!groupSep) { - if (withInfo) { + if (withInfo && Channel) { if (config.symbolStyle == 0) { DrawIconMask(); DrawIcons(Channel); |