[gnome-music/wip/jfelder/gtk4-v3: 53/145] artistalbumswidget: Use set_child instead of add
- From: Jean Felder <jfelder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/jfelder/gtk4-v3: 53/145] artistalbumswidget: Use set_child instead of add
- Date: Thu, 3 Feb 2022 20:43:03 +0000 (UTC)
commit 9f1fe5c40709cb26836690e837849fdcd2f7a47e
Author: Marinus Schraal <mschraal gnome org>
Date: Mon Apr 12 17:18:56 2021 +0200
artistalbumswidget: Use set_child instead of add
gnomemusic/widgets/artistalbumswidget.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnomemusic/widgets/artistalbumswidget.py b/gnomemusic/widgets/artistalbumswidget.py
index cf9601489..5e1475abe 100644
--- a/gnomemusic/widgets/artistalbumswidget.py
+++ b/gnomemusic/widgets/artistalbumswidget.py
@@ -83,7 +83,7 @@ class ArtistAlbumsWidget(Adw.Clamp):
GObject.BindingFlags.BIDIRECTIONAL
| GObject.BindingFlags.SYNC_CREATE)
- row.add(widget)
+ row.set_child(widget)
return row
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]