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

Summary

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

    
download this patch

Patch contents

Index: b/gtk/updateiconcache.c
===================================================================
--- a/gtk/updateiconcache.c	2010-04-10 14:52:03.669943004 +0200
+++ b/gtk/updateiconcache.c	2010-04-10 14:52:11.645942185 +0200
@@ -660,7 +660,7 @@
 		      directories = g_list_append (directories, g_strdup (subdir));
 		    }
 		  else
-		    dir_index = 0xffff;
+		    continue;
 		}
 		
 	      image = g_new0 (Image, 1);