Was bad idea to rename. Other Classes can also inherit this. See CMenuTarget
This commit is contained in:
2013-10-25 17:21:00 +02:00
parent ca22cb9241
commit 6dd1da0628
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();
}
}
//------------------------------------------------------------------------