diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-05-31 06:13:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-05-31 06:13:04 +0000 |
commit | ed0be2d03db85593addff219931a996a433efe1d (patch) | |
tree | 29923ef3776b21cc6081dec810227f2fe9dc65b5 /x11-toolkits/gtk20/files | |
parent | e35773fc8c5fd118931108d1c09b5bd731d48f08 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/gtk20/files')
-rw-r--r-- | x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c b/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c index 354837da5a4f..9003cc7d095e 100644 --- a/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c +++ b/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c @@ -4,7 +4,7 @@ if (!validate_file (tmp_cache_path)) { g_printerr (_("The generated cache was invalid.\n")); -- //g_unlink (tmp_cache_path); +- /*g_unlink (tmp_cache_path);*/ + g_unlink (tmp_cache_path); exit (1); } |