mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
revert e813d9f32b
Was bad idea to rename. Other Classes can also inherit this. See CMenuTarget
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6dd1da0628
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-10-25 (Fri, 25 Oct 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1904,11 +1904,11 @@ void CAudioPlayerGui::paintItemID3DetailsLine (int pos)
|
||||
|
||||
// clear details line
|
||||
if (dline != NULL)
|
||||
dline->hideCC();
|
||||
dline->hide();
|
||||
|
||||
// clear infobox
|
||||
if (ibox != NULL)
|
||||
ibox->hideCC();
|
||||
ibox->hide();
|
||||
|
||||
// paint Line if detail info (and not valid list pos) and info box
|
||||
if (!m_playlist.empty() && (pos >= 0))
|
||||
@@ -1956,9 +1956,9 @@ void CAudioPlayerGui::paintItemID3DetailsLine (int pos)
|
||||
else
|
||||
{
|
||||
if (dline != NULL)
|
||||
dline->hideCC();
|
||||
dline->hide();
|
||||
if (ibox != NULL)
|
||||
ibox->hideCC();
|
||||
ibox->hide();
|
||||
}
|
||||
}
|
||||
//------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user