projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38bf843
)
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
Daniel Boles
<dboles.src@gmail.com>
Thu, 1 Jun 2023 19:26:57 +0000
(20:26 +0100)
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 4b67f2793bcfcfd05ee169314a1caf4b28294a70..09079ca5669b86d6adca158484b7e2426136390d 100644
(file)
--- a/
gtk/gtkwindow.c
+++ b/
gtk/gtkwindow.c
@@
-6032,7
+6032,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
*