[gnome-music/wip/jfelder/gtk4-v3: 190/200] ui/alboutdialog: Use focusable property instead of can_focus




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

    ui/alboutdialog: Use focusable property instead of can_focus

 data/ui/AboutDialog.ui.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/ui/AboutDialog.ui.in b/data/ui/AboutDialog.ui.in
index 5c626a1f8..fc7cb60d9 100644
--- a/data/ui/AboutDialog.ui.in
+++ b/data/ui/AboutDialog.ui.in
@@ -2,7 +2,7 @@
 <interface>
   <!-- interface-requires gtk+ 3.0 -->
   <template class="AboutDialog" parent="GtkAboutDialog">
-    <property name="can_focus">False</property>
+    <property name="focusable">False</property>
     <property name="modal">True</property>
     <property name="program_name">@PROGRAM_NAME@</property>
     <property name="version">@PACKAGE_VERSION@</property>


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