gtk+2.0 (2.24.10-2) 060_ignore-random-icons.patch

Summary

 gtk/updateiconcache.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

Index: gtk+2.0-2.22.0/gtk/updateiconcache.c
===================================================================
--- gtk+2.0-2.22.0.orig/gtk/updateiconcache.c	2010-05-08 06:39:07.000000000 +0200
+++ gtk+2.0-2.22.0/gtk/updateiconcache.c	2010-09-23 20:29:39.562578706 +0200
@@ -660,7 +660,7 @@
 		      directories = g_list_append (directories, g_strdup (subdir));
 		    }
 		  else
-		    dir_index = 0xffff;
+		    continue;
 		}
 		
 	      image = g_new0 (Image, 1);