Fixed an error in my last commit in gtk_cell_area_box_context_copy().
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user