projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3e9855
)
gizmo: Stop using abstract roles
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 20 Jun 2023 02:11:14 +0000
(22:11 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 20 Jun 2023 02:20:05 +0000
(22:20 -0400)
This was overlooked.
gtk/gtkgizmo.c
patch
|
blob
|
history
diff --git
a/gtk/gtkgizmo.c
b/gtk/gtkgizmo.c
index 00162645b32e2150b1a03d530d372eb6f47c9e4a..5396d9b452a75dfe864b668dcdf20a32f12a8265 100644
(file)
--- a/
gtk/gtkgizmo.c
+++ b/
gtk/gtkgizmo.c
@@
-132,7
+132,7
@@
gtk_gizmo_new (const char *css_name,
GtkGizmoGrabFocusFunc grab_focus_func)
{
return gtk_gizmo_new_with_role (css_name,
- GTK_ACCESSIBLE_ROLE_
WIDGET
,
+ GTK_ACCESSIBLE_ROLE_
GENERIC
,
measure_func,
allocate_func,
snapshot_func,