summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c
blob: 354837da5a4f3c91ad7105f20fd508131b911c9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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);
     }