summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c
blob: 9003cc7d095ef696c1ecaa0669aecca847fb31b8 (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);
     }