summaryrefslogtreecommitdiff
path: root/gtk/gtkdialog.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-01-28 22:36:27 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-01-28 22:36:27 -0500
commita7489153b019127367fc243c643303ad7ea48707 (patch)
tree278009d18fdf87c5336f0d42fd2bc0695f7cebcf /gtk/gtkdialog.c
parent3dce876555fe3b61a0b55ccc4c6dc075d7bba6ca (diff)
downloadgtk+-a7489153b019127367fc243c643303ad7ea48707.tar.gz
dialog: Stop exporting action_box
This was not meant as an internal child that subclasses can refer to in their .ui files. https://bugzilla.gnome.org/show_bug.cgi?id=761254
Diffstat (limited to 'gtk/gtkdialog.c')
-rw-r--r--gtk/gtkdialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c
index f8476ac7d2..ad1828ad62 100644
--- a/gtk/gtkdialog.c
+++ b/gtk/gtkdialog.c
@@ -663,7 +663,7 @@ gtk_dialog_class_init (GtkDialogClass *class)
gtk_widget_class_bind_template_child_internal_private (widget_class, GtkDialog, vbox);
gtk_widget_class_bind_template_child_internal_private (widget_class, GtkDialog, headerbar);
gtk_widget_class_bind_template_child_internal_private (widget_class, GtkDialog, action_area);
- gtk_widget_class_bind_template_child_internal_private (widget_class, GtkDialog, action_box);
+ gtk_widget_class_bind_template_child_private (widget_class, GtkDialog, action_box);
gtk_widget_class_bind_template_callback (widget_class, gtk_dialog_delete_event_handler);
gtk_widget_class_set_css_name (widget_class, "dialog");