From c045b0be4c70c14f5a5a4d230deb0d03e0e74bf8 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Wed, 21 Jun 2023 20:48:17 +0100 Subject: [PATCH] Settings: prop typo => "No description available." Fix the typo so that we'll actually get documentation for gtk-entry-select-on-focus. --- gtk/gtksettings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c index 378089a276..8c167d7d2d 100644 --- a/gtk/gtksettings.c +++ b/gtk/gtksettings.c @@ -738,7 +738,7 @@ gtk_settings_class_init (GtkSettingsClass *class) GTK_PARAM_READWRITE); /** - * GtkSettings:gkt-entry-select-on-focus: + * GtkSettings:gtk-entry-select-on-focus: * * Whether to select the contents of an entry when it is focused. */ -- 2.30.2