[gnome-music/wip/jfelder/gtk4-v3: 111/118] ui/lastfmdialog: 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: 111/118] ui/lastfmdialog: Use focusable property instead of can-focus
- Date: Thu, 3 Feb 2022 01:07:17 +0000 (UTC)
commit e60b13ff523cc1c934605c455a3d3be538938808
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]