[gnome-music/wip/mschraal/gtk4: 93/102] albumsview: add -> add_named
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/gtk4: 93/102] albumsview: add -> add_named
- Date: Mon, 8 Jun 2020 23:45:55 +0000 (UTC)
commit feef7ec6bdd9897b36a18ceecaa2b4ba7219be8f
Author: Marinus Schraal <mschraal gnome org>
Date: Mon Jun 8 01:29:24 2020 +0200
albumsview: add -> add_named
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 11aa3caa..88d8a05d 100644
--- a/gnomemusic/views/albumsview.py
+++ b/gnomemusic/views/albumsview.py
@@ -85,7 +85,7 @@ class AlbumsView(Gtk.Stack):
"selection-mode", self, "selection-mode",
GObject.BindingFlags.BIDIRECTIONAL)
- self.add(self._album_widget)
+ self.add_named(self._album_widget, "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]