summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-24 01:36:15 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-24 01:36:15 +0800
commit16c1cca1ab088c00ef21bb2b56f7bef5360188be (patch)
treef8eb1d6837dae6ce2f2d40e0f2ef0dd870f61346 /x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c
parentb3e85089766b450b9a80c607c1f06f32608bef51 (diff)
downloadmarcuscom-ports-16c1cca1ab088c00ef21bb2b56f7bef5360188be.tar
marcuscom-ports-16c1cca1ab088c00ef21bb2b56f7bef5360188be.tar.gz
marcuscom-ports-16c1cca1ab088c00ef21bb2b56f7bef5360188be.tar.bz2
marcuscom-ports-16c1cca1ab088c00ef21bb2b56f7bef5360188be.tar.lz
marcuscom-ports-16c1cca1ab088c00ef21bb2b56f7bef5360188be.tar.xz
marcuscom-ports-16c1cca1ab088c00ef21bb2b56f7bef5360188be.tar.zst
marcuscom-ports-16c1cca1ab088c00ef21bb2b56f7bef5360188be.zip
- Update to 2.13.0
- Now includes gail git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10473 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c')
-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 000000000..354837da5
--- /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);
+ }
+