_gtk_cell_area_set_cell_data_func_with_proxy: set the proxy when creating a new CellInfo (#637965)

This commit is contained in:
Guillaume Desmottes 2011-01-12 14:33:27 +01:00
parent 2b0b08a861
commit aa1f58b731

View File

@ -3660,6 +3660,7 @@ _gtk_cell_area_set_cell_data_func_with_proxy (GtkCellArea *area,
else else
{ {
info = cell_info_new ((GtkCellLayoutDataFunc)func, func_data, destroy); info = cell_info_new ((GtkCellLayoutDataFunc)func, func_data, destroy);
info->proxy = proxy;
g_hash_table_insert (priv->cell_info, cell, info); g_hash_table_insert (priv->cell_info, cell, info);
} }