summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-12-04 17:20:41 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-12-04 17:20:41 +0000
commitb36b22988c5e642449859d667d2a5a0889c5bdf1 (patch)
tree7e71c83fa9ddeb02394d9f0f7a5b747607def803 /ChangeLog.pre-2-8
parentfeca5a64e293cf21746d41527c31f26507765d0b (diff)
downloadgtk+-b36b22988c5e642449859d667d2a5a0889c5bdf1.tar.gz
Simplify, make more efficient and fix memory leak when turning quark into
Tue Dec 4 12:16:31 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtksettings.c (gtk_settings_set_property_value): Simplify, make more efficient and fix memory leak when turning quark into a string. (#66103, HideToshi Tajima)
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-87
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index ceaf5210e9..86041721bb 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,4 +1,9 @@
-Tue Dec 4 12:06:13 2001 Owen Taylor <otaylor@redhat.com>
+Tue Dec 4 12:16:31 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtksettings.c (gtk_settings_set_property_value):
+ Simplify, make more efficient and fix memory leak
+ when turning quark into a string. (#66103, HideToshi
+ Tajima)
* gtk/gtkcolorsel.c: Ref and sink priv->tooltips in
init() and unref priv->tooltips in destroy rather