[gnome-music/wip/jfelder/gtk4-v3: 103/108] 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: 103/108] ui/alboutdialog: Use focusable property instead of can_focus
- Date: Fri, 11 Feb 2022 11:10:33 +0000 (UTC)
commit c7222e88c4414c5633c1cbb2c5b68f57cf9a106f
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]