From: Guillaume Desmottes Date: Wed, 12 Jan 2011 13:33:27 +0000 (+0100) Subject: _gtk_cell_area_set_cell_data_func_with_proxy: set the proxy when creating a new CellI... X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=aa1f58b731bfc38992eca2a07368b9907b4995ec;p=~andy%2Fgtk _gtk_cell_area_set_cell_data_func_with_proxy: set the proxy when creating a new CellInfo (#637965) --- diff --git a/gtk/gtkcellarea.c b/gtk/gtkcellarea.c index 0a94ca54f..b9e74ff34 100644 --- a/gtk/gtkcellarea.c +++ b/gtk/gtkcellarea.c @@ -3660,6 +3660,7 @@ _gtk_cell_area_set_cell_data_func_with_proxy (GtkCellArea *area, else { info = cell_info_new ((GtkCellLayoutDataFunc)func, func_data, destroy); + info->proxy = proxy; g_hash_table_insert (priv->cell_info, cell, info); }