[gnome-music/wip/mschraal/searchview-selection-fixes: 1/2] searchview: Make artists view selectable
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/searchview-selection-fixes: 1/2] searchview: Make artists view selectable
- Date: Sat, 8 Feb 2020 14:49:24 +0000 (UTC)
commit 740c52f60aa204855e66baec5b2ef762069ea784
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]