From f2e15fbea73dcebe7b2bafca1fb13460af7745ea Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Tue, 6 May 2014 19:32:25 +0200 Subject: [PATCH] CChannelList: ensure erase of clock after stopping Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/4a28d853d2b2adaaa964396f38ec58acc87f010d Author: Thilo Graf Date: 2014-05-06 (Tue, 06 May 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/channellist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index 93176d399..ce77a68d2 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -1012,8 +1012,8 @@ void CChannelList::hide() cc_minitv = NULL; } if (headerClock) { - headerClock->Stop(); - headerClock->kill(); + if (headerClock->Stop()) + headerClock->kill(); } frameBuffer->paintBackgroundBoxRel(x, y, full_width, height + info_height); clearItem2DetailsLine();