[gtk+] _gtk_cell_area_set_cell_data_func_with_proxy: set the proxy when creating a new CellInfo (#637965)
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] _gtk_cell_area_set_cell_data_func_with_proxy: set the proxy when creating a new CellInfo (#637965)
- Date: Wed, 12 Jan 2011 13:39:20 +0000 (UTC)
commit aa1f58b731bfc38992eca2a07368b9907b4995ec
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Wed Jan 12 14:33:27 2011 +0100
_gtk_cell_area_set_cell_data_func_with_proxy: set the proxy when creating a new CellInfo (#637965)
gtk/gtkcellarea.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkcellarea.c b/gtk/gtkcellarea.c
index 0a94ca5..b9e74ff 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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]