mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 08:20:36 +00:00
Fixed an error in my last commit in gtk_cell_area_box_context_copy().
This commit is contained in:
parent
623abdedf6
commit
e2c8ecba30
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user