diff options
author | Sven Neumann <sven@gimp.org> | 2007-06-19 15:41:24 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2007-06-19 15:41:24 +0000 |
commit | 721ed985340887204e897317ee7da20d7d1eedcc (patch) | |
tree | 5d7c19761dd16c572a24423e9f25ef23ea656352 /ChangeLog | |
parent | 5de66ab18dd60b2b6f9e95521f41f0df19af31b1 (diff) | |
download | gtk+-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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). |