summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-02-09 21:19:35 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-02-09 21:19:35 +0000
commita42ff4949006eb90dffea8d5cdf8454cc68cbe3f (patch)
tree944a23655e35dce844c93d78b2c9c893e8ffd494 /ChangeLog.pre-2-10
parent11ad0f9d65d513ca46cc611566c21aeadc669d69 (diff)
downloadgtk+-a42ff4949006eb90dffea8d5cdf8454cc68cbe3f.tar.gz
Ugh. Don't try to free ints, even if they're stored in pointers.
Mon Feb 9 22:22:19 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): Ugh. Don't try to free ints, even if they're stored in pointers.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-105
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 9af0293437..4001085c9b 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,8 @@
+Mon Feb 9 22:22:19 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes):
+ Ugh. Don't try to free ints, even if they're stored in pointers.
+
2004-02-09 Federico Mena Quintero <federico@ximian.com>
Fix #132256.