mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
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:
@@ -1012,8 +1012,8 @@ void CChannelList::hide()
|
|||||||
cc_minitv = NULL;
|
cc_minitv = NULL;
|
||||||
}
|
}
|
||||||
if (headerClock) {
|
if (headerClock) {
|
||||||
headerClock->Stop();
|
if (headerClock->Stop())
|
||||||
headerClock->kill();
|
headerClock->kill();
|
||||||
}
|
}
|
||||||
frameBuffer->paintBackgroundBoxRel(x, y, full_width, height + info_height);
|
frameBuffer->paintBackgroundBoxRel(x, y, full_width, height + info_height);
|
||||||
clearItem2DetailsLine();
|
clearItem2DetailsLine();
|
||||||
|
Reference in New Issue
Block a user