_ignore-random-icons
authorDebian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Sun, 29 Oct 2017 17:21:51 +0000 (17:21 +0000)
committerSimon McVittie <smcv@debian.org>
Sun, 29 Oct 2017 17:21:51 +0000 (17:21 +0000)
===================================================================

Gbp-Pq: Name 060_ignore-random-icons.patch

gtk/updateiconcache.c

index b48eaca8044b3f9da53ff0f0d27fd1820a7ccf4c..6f76b6acc4a3e62bf1097ae57daedb8298b8f0fc 100644 (file)
@@ -676,7 +676,7 @@ scan_directory (const gchar *base_path,
                      directories = g_list_append (directories, g_strdup (subdir));
                    }
                  else
-                   dir_index = 0xffff;
+                   continue;
                }
 
              image = g_new0 (Image, 1);