Add jpg into the filter

Summary:
Add jpg into the filter to recognitze the file type in the ephoto browser.

Fixes T1684

Reviewers: raster, Hermet, huchi

Maniphest Tasks: T1684

Differential Revision: https://phab.enlightenment.org/D1472
This commit is contained in:
Tae-Hwan Kim 2014-09-22 12:12:41 +02:00 committed by Wonguk Jeong
parent 8b239af41b
commit 27709d6126
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ _ephoto_eina_file_direct_info_image_useful(const Eina_File_Direct_Info *info)
const char *filters[] =
{
"png", "jpeg", "eet", "xpm", "tiff", "gif", "svg", "webp", "pmaps",
"png", "jpeg", "jpg", "eet", "xpm", "tiff", "gif", "svg", "webp", "pmaps",
"bmp", "tga", "wbmp", "ico", "psd", "jp2k", "generic"
};