projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecfb2b8
)
Window: Fix wrong case in property attribute which
author
Daniel Boles
<dboles.src@gmail.com>
Thu, 1 Jun 2023 19:26:57 +0000
(20:26 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 5 Jun 2023 12:04:42 +0000
(08:04 -0400)
rendered the literal text `org.gtk.MEthod.set_property focus-visible`.
gtk/gtkwindow.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwindow.c
b/gtk/gtkwindow.c
index cf0fd50e3cb57b29a30e25905720ff334e44641e..ea01147c1573372a6ecd4c9e577370d10b54d83d 100644
(file)
--- a/
gtk/gtkwindow.c
+++ b/
gtk/gtkwindow.c
@@
-6016,7
+6016,7
@@
unset_focus_visible (gpointer data)
}
/**
- * gtk_window_set_focus_visible: (attributes org.gtk.M
E
thod.set_property=focus-visible)
+ * gtk_window_set_focus_visible: (attributes org.gtk.M
e
thod.set_property=focus-visible)
* @window: a `GtkWindow`
* @setting: the new value
*