fix nasty bug related to overlapping names

This commit is contained in:
Andrzej Rybczak
2012-09-14 17:11:32 +02:00
parent b2b16be9ce
commit 3a1175343f
2 changed files with 3 additions and 3 deletions

View File

@@ -213,7 +213,7 @@ void MediaLibrary::switchTo()
if (hasTwoColumns)
{
if (w == Tags)
NextColumn();
nextColumn();
if (Config.titles_visibility)
{
std::string item_type = lowercase(tagTypeToString(Config.media_lib_primary_tag));