have efreet to match x-generic as well, requested by jeffdameth.

SVN revision: 41907
devs/devilhorns/wayland_egl
Gustavo Sverzut Barbieri 14 years ago
parent c01af79f80
commit 85c2e25399
  1. 3
      legacy/efreet/src/lib/efreet_mime.c

@ -336,6 +336,9 @@ efreet_mime_type_icon_get(const char *mime, const char *theme, unsigned int size
{
*ppp = '\0';
snprintf(buf, sizeof(buf), "%s-x-generic", pp);
icons = eina_list_append(icons, strdup(buf));
snprintf(buf, sizeof(buf), "%s-generic", pp);
icons = eina_list_append(icons, strdup(buf));

Loading…
Cancel
Save