status: fix copypaste bug

This commit is contained in:
Andrzej Rybczak
2012-09-04 20:13:33 +02:00
parent f6fb2ed54c
commit 09e746aa05

View File

@@ -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))