CChannelList: ensure erase of clock after stopping

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4a28d853d2
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-06 (Tue, 06 May 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2014-05-06 19:32:25 +02:00
parent f1aecee5e4
commit f2e15fbea7

View File

@@ -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();