summaryrefslogtreecommitdiff
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, 0 insertions, 11 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
deleted file mode 100644
index e579c8e20..000000000
--- a/meta/packages/gtk+/gtk+-2.6.4-1.osso7/003_iconcache.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)
- {