From a5696fe6d4f4e26a50a7aa7c0b9a9d698a793e91 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 21 Jan 2014 17:48:53 -0500 Subject: [PATCH] docs: don't use signal syntax for child properties --- docs/reference/gtk/migrating-2to3.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/gtk/migrating-2to3.xml b/docs/reference/gtk/migrating-2to3.xml index 7de372a7f4..da9f6554b4 100644 --- a/docs/reference/gtk/migrating-2to3.xml +++ b/docs/reference/gtk/migrating-2to3.xml @@ -1121,7 +1121,7 @@ gtk_arrow_draw (GtkWidget *widget, If you experience sizing problems with widgets in ported code, - carefully check the #GtkBox::expand and #GtkBox::fill flags of your + carefully check the #GtkBox expand and #GtkBox fill child properties of your boxes.