summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-03-14 00:01:23 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-03-14 00:01:23 +0000
commit6cfcae4993181b86a20af7e5c9b0ac5dbcd62b71 (patch)
treedf738c27a6a747b327309ded110d27554203c1fc /ChangeLog.pre-2-10
parent83eb184c2c68bf370eef2e9970b4ef80e178899d (diff)
downloadgdk-pixbuf-6cfcae4993181b86a20af7e5c9b0ac5dbcd62b71.tar.gz
Align this function with gtk_tree_view_column_set_cell_data(); call the
Sun Mar 14 01:01:18 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align this function with gtk_tree_view_column_set_cell_data(); call the cell data func after setting the attributes. Sun Mar 14 01:00:08 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcellview.c (gtk_cell_view_expose): One more try; make sure not to call gtk_cell_view_set_cell_data() when displayed_row is NULL.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1012
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 023368447..d26818b68 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,15 @@
+Sun Mar 14 01:01:18 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
+ this function with gtk_tree_view_column_set_cell_data();
+ call the cell data func after setting the attributes.
+
+Sun Mar 14 01:00:08 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkcellview.c (gtk_cell_view_expose): One more try;
+ make sure not to call gtk_cell_view_set_cell_data() when
+ displayed_row is NULL.
+
Sat Mar 13 18:13:13 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextlayout.c (gtk_text_layout_get_line_display): When not