diff options
Diffstat (limited to 'gtk/gtkcellarea.c')
-rw-r--r-- | gtk/gtkcellarea.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcellarea.c b/gtk/gtkcellarea.c index a4351d14c3..3f743c84e7 100644 --- a/gtk/gtkcellarea.c +++ b/gtk/gtkcellarea.c @@ -223,7 +223,7 @@ * give every row its minimum or natural height or, if the model content * is expected to fit inside the layouting widget without scrolling, it * would make sense to calculate the allocation for each row at - * #GtkWidget::size-allocate time using gtk_distribute_natural_allocation(). + * the time the widget is allocated using gtk_distribute_natural_allocation(). * * # Handling Events and Driving Keyboard Focus * |