diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index 9eca97c67..26d3cc99e 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -2174,6 +2174,8 @@ void CChannelList::paintHead() header->setChannelLogo((*chanlist)[selected]->getChannelID(), (*chanlist)[selected]->getName()); header->getChannelLogoObject()->allowPaint(false); } + else + header->setChannelLogo(0, string()); header->paint(CC_SAVE_SCREEN_NO); showChannelLogo(); }