Fixed an error in my last commit in gtk_cell_area_box_context_copy().

This commit is contained in:
Tristan Van Berkom 2010-12-13 16:27:36 +09:00
parent 623abdedf6
commit e2c8ecba30

View File

@ -559,7 +559,7 @@ gtk_cell_area_box_context_copy (GtkCellAreaBox *box,
g_memdup (context->priv->orientation_allocs,
copy->priv->n_orientation_allocs * sizeof (GtkCellAreaBoxAllocation));
return context;
return copy;
}
void