summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2007-06-19 15:41:24 +0000
committerSven Neumann <neo@src.gnome.org>2007-06-19 15:41:24 +0000
commit721ed985340887204e897317ee7da20d7d1eedcc (patch)
tree5d7c19761dd16c572a24423e9f25ef23ea656352 /ChangeLog
parent5de66ab18dd60b2b6f9e95521f41f0df19af31b1 (diff)
downloadgtk+-721ed985340887204e897317ee7da20d7d1eedcc.tar.gz
use g_slice_dup().
2007-06-19 Sven Neumann <sven@gimp.org> * gtk/gtkicontheme.c (gtk_icon_info_copy): use g_slice_dup(). svn path=/trunk/; revision=18189
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 639e0b3310..49f947afe1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-06-19 Sven Neumann <sven@gimp.org>
+ * gtk/gtkicontheme.c (gtk_icon_info_copy): use g_slice_dup().
+
+2007-06-19 Sven Neumann <sven@gimp.org>
+
* gtk/gtktooltips.[ch]: mark the GtkTooltips struct as private.
Keep the tooltips in a hash table instead of a linked list.
Improves performance when using large amounts of tooltips (#447214).