[gnome-music/wip/jfelder/gtk4-v3: 38/88] ui/lastfmdialog: Use focusable property instead of can-focus




commit 6010defcfede33482db7e8ad1c66294ead84568e
Author: Jean Felder <jfelder src gnome org>
Date:   Thu Feb 3 00:20:56 2022 +0100

    ui/lastfmdialog: Use focusable property instead of can-focus
    
    The can-focus property has been renamed to focusable in Gtk4 and the
    new can-focus property means that the focus cannot enter the widget or
    any of its descendents.

 data/ui/LastfmDialog.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/ui/LastfmDialog.ui b/data/ui/LastfmDialog.ui
index a055da462..f4d225c77 100644
--- a/data/ui/LastfmDialog.ui
+++ b/data/ui/LastfmDialog.ui
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface>
   <template class="LastfmDialog" parent="GtkDialog">
-    <property name="can_focus">False</property>
+    <property name="focusable">False</property>
     <property name="destroy_with_parent">True</property>
     <property name="modal">True</property>
     <property name="resizable">False</property>


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