aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gtk+/gtk+-2.6.4-1.osso7/003_iconcache.patch
blob: e579c8e208c48e5e31a559ec504eedc159deac3f (plain)
1
2
3
4
5
6
7
8
9
10
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)
     {