aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c')
-rw-r--r--x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c11
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 206257551dbe..000000000000
--- a/x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gtk/updateiconcache.c.orig 2009-05-11 18:05:35.000000000 +0200
-+++ gtk/updateiconcache.c 2009-05-30 12:03:39.000000000 +0200
-@@ -1505,7 +1505,7 @@ opentmp:
- 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);
- }
-