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, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c b/x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c new file mode 100644 index 000000000..206257551 --- /dev/null +++ b/x11-toolkits/gtk30/files/patch-gtk_updateiconcache.c @@ -0,0 +1,11 @@ +--- 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); + } + |