projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5717b95
)
Fix the build
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 19 Feb 2023 15:26:27 +0000
(15:26 +0000)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 19 Feb 2023 15:26:27 +0000
(15:26 +0000)
gtk/gtkstack.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstack.c
b/gtk/gtkstack.c
index e2e070a1036dab5c2e42ea02db089999bb81cd80..05364388a2dc1883ada8f52cef8c98d83a87df15 100644
(file)
--- a/
gtk/gtkstack.c
+++ b/
gtk/gtkstack.c
@@
-410,7
+410,6
@@
gtk_stack_page_set_property (GObject *object,
{
case CHILD_PROP_CHILD:
g_set_object (&info->widget, g_value_get_object (value));
- gtk_accessible_set_accessible_parent (
gtk_accessible_set_accessible_parent (GTK_ACCESSIBLE (info->widget),
GTK_ACCESSIBLE (info),
NULL);