diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index 755e19707..5cb0eff49 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -2143,7 +2143,8 @@ void CChannelList::paintHead() header->removeContextButtons(); header->enableClock(true, "%H:%M", "%H %M", true); - header->getClockObject()->setCorner(RADIUS_LARGE, CORNER_TOP_RIGHT); + if (header->getClockObject()) + header->getClockObject()->setCorner(RADIUS_LARGE, CORNER_TOP_RIGHT); }else{ if (header->getClockObject()){ header->disableClock();