From kde-commits Wed Aug 10 09:43:27 2011 From: Jan Gerrit Marker Date: Wed, 10 Aug 2011 09:43:27 +0000 To: kde-commits Subject: KDE/kdemultimedia/juk Message-Id: <20110810094327.312E4AC871 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=131296944619380 SVN commit 1246186 by jangmarker: juk: Style fix and filter fix If artist was empty and you clicked on the album name of the now playing track you did get an empty list instead of a list of the album's songs. U nowplaying.cpp M +1 -0 playlistcollection.cpp --- trunk/KDE/kdemultimedia/juk/playlistcollection.cpp #1246185:1246186 @@ -207,6 +207,7 @@ playlists.append(CollectionList::instance()); + if(!artist.isNull()) { // Just setting off the artist stuff in its own block. ColumnList columns; columns.append(PlaylistItem::ArtistColumn);