[gnome-music/wip/mschraal/gtk4-pre-squash-backup: 197/254] artistalbumswidget: Use focusable property




commit 03aadc4b10773bfb63c08a145236a0e774b4fdfc
Author: Jean Felder <jfelder src gnome org>
Date:   Fri Feb 11 08:52:23 2022 +0100

    artistalbumswidget: Use focusable property

 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 aa55a1421..ffbc13c09 100644
--- a/gnomemusic/widgets/artistalbumswidget.py
+++ b/gnomemusic/widgets/artistalbumswidget.py
@@ -68,7 +68,7 @@ class ArtistAlbumsWidget(Gtk.Box):
         row = Gtk.ListBoxRow()
         row.props.selectable = False
         row.props.activatable = False
-        row.props.can_focus = False
+        row.props.focusable = False
 
         widget = AlbumWidget(self._application)
         widget.props.corealbum = corealbum


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]