[gnome-music/wip/jfelder/gtk4-v3: 202/259] artistalbumswidget: Use focusable property
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/jfelder/gtk4-v3: 202/259] artistalbumswidget: Use focusable property
- Date: Thu, 17 Feb 2022 08:41:24 +0000 (UTC)
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]