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:
2013-10-25 17:21:00 +02:00
parent 4a929211c9
commit f47146c6ea
26 changed files with 58 additions and 58 deletions

View File

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