From f49f7a50ab85d0502a4cd47541d0cc5a86908c00 Mon Sep 17 00:00:00 2001 From: unK Date: Fri, 26 Sep 2008 23:59:06 +0200 Subject: [PATCH] fix highlighting song in 'go to containing dir' function if right align is used --- src/ncmpcpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ncmpcpp.cpp b/src/ncmpcpp.cpp index 4196315c..05164d09 100644 --- a/src/ncmpcpp.cpp +++ b/src/ncmpcpp.cpp @@ -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++) {