summaryrefslogtreecommitdiff
path: root/gtk/gtkcellareaboxcontext.c
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-13 16:27:36 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-13 19:13:43 +0900
commite2c8ecba30d883a57bc9ffa71bb7261d6e997af2 (patch)
tree72050d960d41e62230c4bb2a5f963427a226c9b3 /gtk/gtkcellareaboxcontext.c
parent623abdedf6c6f4ce7dd7eb3594644b6032c295f5 (diff)
downloadgtk+-e2c8ecba30d883a57bc9ffa71bb7261d6e997af2.tar.gz
Fixed an error in my last commit in gtk_cell_area_box_context_copy().
Diffstat (limited to 'gtk/gtkcellareaboxcontext.c')
-rw-r--r--gtk/gtkcellareaboxcontext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcellareaboxcontext.c b/gtk/gtkcellareaboxcontext.c
index fe61b45e0f..2c0fa22ac7 100644
--- a/gtk/gtkcellareaboxcontext.c
+++ b/gtk/gtkcellareaboxcontext.c
@@ -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