fix highlighting song in 'go to containing dir' function if right align is used

This commit is contained in:
unK
2008-09-26 23:59:06 +02:00
parent d89f00136f
commit f49f7a50ab

View File

@@ -2621,7 +2621,7 @@ int main(int argc, char *argv[])
if (s->GetDirectory() == EMPTY_TAG) // for streams
continue;
string option = DisplaySong(*s);
string option = DisplaySong(*s, &Config.song_list_format, mPlaylist);
GetDirectory(s->GetDirectory());
for (int i = 0; i < mBrowser->Size(); i++)
{