summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c')
-rw-r--r--x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c b/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c
new file mode 100644
index 000000000..354837da5
--- /dev/null
+++ b/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c
@@ -0,0 +1,11 @@
+--- gtk/updateiconcache.c.orig 2008-02-16 11:33:25.000000000 -0500
++++ gtk/updateiconcache.c 2008-02-16 11:33:33.000000000 -0500
+@@ -1477,7 +1477,7 @@ build_cache (const gchar *path)
+ if (!validate_file (tmp_cache_path))
+ {
+ g_printerr (_("The generated cache was invalid.\n"));
+- //g_unlink (tmp_cache_path);
++ g_unlink (tmp_cache_path);
+ exit (1);
+ }
+