tag editor: remove albums view

This commit is contained in:
Andrzej Rybczak
2012-09-05 00:41:22 +02:00
parent 5f637103a6
commit 69bd1bac97
8 changed files with 49 additions and 148 deletions

View File

@@ -398,7 +398,7 @@ void Action::ListsChangeFinisher()
myPlaylistEditor->Content->clear();
}
# ifdef HAVE_TAGLIB_H
else if (myScreen->ActiveWindow() == myTagEditor->LeftColumn)
else if (myScreen->ActiveWindow() == myTagEditor->Dirs)
{
myTagEditor->Tags->clear();
}
@@ -1202,7 +1202,7 @@ void UpdateDatabase::Run()
if (myScreen == myBrowser)
Mpd.UpdateDirectory(locale_to_utf_cpy(myBrowser->CurrentDir()));
# ifdef HAVE_TAGLIB_H
else if (myScreen == myTagEditor && !Config.albums_in_tag_editor)
else if (myScreen == myTagEditor)
Mpd.UpdateDirectory(myTagEditor->CurrentDir());
# endif // HAVE_TAGLIB_H
else