aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk20/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-02-16 16:36:43 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-02-16 16:36:43 +0000
commitab8be875bc863704e79308432ad6a74ea02bc372 (patch)
treebab8b1fb822b2a93cfc17ad9fe6c881cdbc1e980 /x11-toolkits/gtk20/files
parenta01bd0ab5f314309c346147e447905090f29a246 (diff)
Notes
Diffstat (limited to 'x11-toolkits/gtk20/files')
-rw-r--r--x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c b/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c
new file mode 100644
index 000000000000..354837da5a4f
--- /dev/null
+++ b/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c
@@ -0,0 +1,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);
+ }
+