[gnome-music/wip/mschraal/searchview-selection-fixes: 7/9] searchview: Make artists view selectable



commit e3cbed52d8c65bcde0245e0331b207ba9f191ac3
Author: Marinus Schraal <mschraal gnome org>
Date:   Fri Feb 7 14:24:59 2020 +0100

    searchview: Make artists view selectable

 gnomemusic/views/searchview.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnomemusic/views/searchview.py b/gnomemusic/views/searchview.py
index 7b4f1a6d..31d64e5a 100644
--- a/gnomemusic/views/searchview.py
+++ b/gnomemusic/views/searchview.py
@@ -331,7 +331,7 @@ class SearchView(Gtk.Stack):
             return
 
         artist_albums_widget = ArtistAlbumsWidget(
-            coreartist, self._application, False)
+            coreartist, self._application, True)
         # FIXME: Recreating a view here. Alternate solution is used
         # in AlbumsView: one view created and an update function.
         # Settle on one design.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]