[gnome-music/wip/jfelder/gtk4-v3: 200/208] ui/alboutdialog: Use focusable property instead of can_focus
- From: Jean Felder <jfelder src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-music/wip/jfelder/gtk4-v3: 200/208] ui/alboutdialog: Use focusable property instead of can_focus
- Date: Fri, 11 Feb 2022 11:40:24 +0000 (UTC)
commit 85841b8527cbc383ff0cb29dcddb5dbd3e0e72df
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]