[gnome-music/wip/mschraal/gtk4-v2: 45/69] albumsview: Add AlbumsView as child
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/gtk4-v2: 45/69] albumsview: Add AlbumsView as child
- Date: Sat, 22 May 2021 20:45:34 +0000 (UTC)
commit e303d3da318ecb5ac57af7047245429b0152eb96
Author: Marinus Schraal <mschraal gnome org>
Date: Sun Apr 11 23:44:48 2021 +0200
albumsview: Add AlbumsView as child
gnomemusic/views/albumsview.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnomemusic/views/albumsview.py b/gnomemusic/views/albumsview.py
index 533e35947..c5981e6bd 100644
--- a/gnomemusic/views/albumsview.py
+++ b/gnomemusic/views/albumsview.py
@@ -88,7 +88,7 @@ class AlbumsView(Gtk.Stack):
"selection-mode", self, "selection-mode",
GObject.BindingFlags.BIDIRECTIONAL)
- self.add(self._album_widget)
+ self.add_child(self._album_widget)
self.connect(
"notify::search-mode-active", self._on_search_mode_changed)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]