summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gtk+-2.6.4-1.osso7/003_iconcache.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gtk+/gtk+-2.6.4-1.osso7/003_iconcache.patch')
-rw-r--r--meta/packages/gtk+/gtk+-2.6.4-1.osso7/003_iconcache.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/gtk+/gtk+-2.6.4-1.osso7/003_iconcache.patch b/meta/packages/gtk+/gtk+-2.6.4-1.osso7/003_iconcache.patch
new file mode 100644
index 0000000000..e579c8e208
--- /dev/null
+++ b/meta/packages/gtk+/gtk+-2.6.4-1.osso7/003_iconcache.patch
@@ -0,0 +1,11 @@
+--- gtk/updateiconcache.c.orig 2005-02-06 21:08:09.638762480 +0100
++++ gtk+-2.6.2/gtk/updateiconcache.c 2005-02-06 21:15:13.639304600 +0100
+@@ -53,7 +53,7 @@
+ gchar *cache_path;
+ int retval;
+
+- retval = g_stat (path, &path_stat);
++ retval = stat (path, &path_stat);
+
+ if (retval < 0)
+ {