diff options
Diffstat (limited to 'x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c')
-rw-r--r-- | x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c b/x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c deleted file mode 100644 index 354837da5a4f..000000000000 --- a/x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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); - } - |