diff options
-rw-r--r-- | x11-toolkits/gtk20/files/patch-gtk__updateiconcache.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/gtk20/files/patch-gtk__updateiconcache.c b/x11-toolkits/gtk20/files/patch-gtk__updateiconcache.c index d8773a4e1..00772d885 100644 --- a/x11-toolkits/gtk20/files/patch-gtk__updateiconcache.c +++ b/x11-toolkits/gtk20/files/patch-gtk__updateiconcache.c @@ -1,13 +1,13 @@ ---- gtk/updateiconcache.c Tue Sep 13 22:59:51 2005 -+++ gtk/updateiconcache.c.orig Tue Sep 13 22:58:33 2005 +--- gtk/updateiconcache.c.orig Tue Sep 13 22:59:51 2005 ++++ gtk/updateiconcache.c Tue Sep 13 22:58:33 2005 @@ -144,9 +144,9 @@ if (image->flags == HAS_ICON_FILE) { g_free (key); -+ g_free (image); +- g_free (image); g_free (image->attach_points); g_strfreev (image->display_names); -- g_free (image); ++ g_free (image); return TRUE; } |