From 09e746aa05eef5691ab252bd1c25bd67273c5a58 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Tue, 4 Sep 2012 20:13:33 +0200 Subject: [PATCH] status: fix copypaste bug --- src/status.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status.cpp b/src/status.cpp index 97ca04c1..b8270049 100644 --- a/src/status.cpp +++ b/src/status.cpp @@ -262,7 +262,7 @@ void NcmpcppStatusChanged(MPD::Connection *, MPD::StatusChanges changed, void *) if (isVisible(myBrowser)) markSongsInPlaylist(myBrowser->getProxySongList()); if (isVisible(mySearcher)) - markSongsInPlaylist(myLibrary->getProxySongList()); + markSongsInPlaylist(mySearcher->getProxySongList()); if (isVisible(myLibrary)) markSongsInPlaylist(myLibrary->songsProxyList()); if (isVisible(myPlaylistEditor))