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

SVN revision: 41907
This commit is contained in:
Gustavo Sverzut Barbieri 2009-08-21 03:03:59 +00:00
parent c01af79f80
commit 85c2e25399
1 changed files with 3 additions and 0 deletions

View File

@ -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));