[gnome-music/wip/mschraal/searchview-selection-fixes-3-34: 1/4] 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-3-34: 1/4] searchview: Make artists view selectable
- Date: Thu, 13 Feb 2020 14:49:58 +0000 (UTC)
commit ccc71c108b319104d9202236982a2df4759074d3
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 b4f4576f..0e12f410 100644
--- a/gnomemusic/views/searchview.py
+++ b/gnomemusic/views/searchview.py
@@ -338,7 +338,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]