add xpm and svg thumb loading for fm2

SVN revision: 24854
This commit is contained in:
Carsten Haitzler 2006-08-17 23:33:15 +00:00
parent ca100ffb47
commit 575be5b0f2
1 changed files with 3 additions and 1 deletions

View File

@ -1487,7 +1487,9 @@ _e_fm2_icon_icon_set(E_Fm2_Icon *ic)
(!strcmp(ic->info.mime, "image/jpeg")) ||
(!strcmp(ic->info.mime, "image/png")) ||
(!strcmp(ic->info.mime, "image/gif")) ||
(!strcmp(ic->info.mime, "image/tiff"))
(!strcmp(ic->info.mime, "image/tiff")) ||
(!strcmp(ic->info.mime, "image/x-xpixmap")) ||
(!strcmp(ic->info.mime, "image/svg+xml"))
)
{
snprintf(buf, sizeof(buf), "%s/%s", ic->sd->realpath, ic->info.file);