diff options
author | Kristian Rietveld <kris@gtk.org> | 2006-08-16 15:58:28 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2006-08-16 15:58:28 +0000 |
commit | b82aa4bbee0a31cd04966e049e38666578711eb7 (patch) | |
tree | 2b778990362b1d306cd5aa69b462b359efcbf36b /ChangeLog.pre-2-10 | |
parent | 6031107de28df029143c51e58ee3c3c6c50c3c62 (diff) | |
download | gdk-pixbuf-b82aa4bbee0a31cd04966e049e38666578711eb7.tar.gz |
take the cell spacing into account when calculating the available extra
2006-08-16 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
take the cell spacing into account when calculating the available
extra space. (#350938, patch from Peter Johanson).
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 273edbf09..6b2a11f38 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,11 @@ 2006-08-16 Kristian Rietveld <kris@gtk.org> + * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action): + take the cell spacing into account when calculating the available + extra space. (#350938, patch from Peter Johanson). + +2006-08-16 Kristian Rietveld <kris@gtk.org> + * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_fetch_child): update the refs from children to parents for all nodes, since they may all have been moved by the insert operation. (#346800, |