projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b01cf6b
)
Fix a compiler warning
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 7 May 2019 04:01:21 +0000
(
04:01
+0000)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 7 May 2019 04:01:21 +0000
(
04:01
+0000)
gtk/a11y/gtknotebookpageaccessible.c
patch
|
blob
|
history
diff --git
a/gtk/a11y/gtknotebookpageaccessible.c
b/gtk/a11y/gtknotebookpageaccessible.c
index d79b603aba66095dc4ca9309d5d5f2822ad4e499..1b9035302973400da729ef892dbf426006a9a039 100644
(file)
--- a/
gtk/a11y/gtknotebookpageaccessible.c
+++ b/
gtk/a11y/gtknotebookpageaccessible.c
@@
-261,7
+261,7
@@
gtk_notebook_page_accessible_new (GtkNotebookAccessible *notebook,
atk_object_set_parent (gtk_widget_get_accessible (child), atk_object);
nb = GTK_NOTEBOOK (gtk_accessible_get_widget (page->priv->notebook));
- notebook_page =
gtk_notebook_get_page (nb, child
);
+ notebook_page =
GTK_NOTEBOOK_PAGE (gtk_notebook_get_page (nb, child)
);
g_signal_connect (notebook_page,
"notify::tab-label",