rename Screen::Cmp() to Screen::ActiveWindow() as it's more logical

This commit is contained in:
Andrzej Rybczak
2009-04-03 22:29:03 +02:00
parent 1a9c035f0a
commit 2d8b5f7abc
3 changed files with 18 additions and 18 deletions

View File

@@ -137,7 +137,7 @@ void Info::GetArtist()
MPD::Song *s = myScreen->CurrentSong();
if (!s && myScreen->Cmp() != myLibrary->Artists)
if (!s && myScreen->ActiveWindow() != myLibrary->Artists)
return;
itsArtist = !s ? myLibrary->Artists->Current() : s->GetArtist();