From 27709d6126c21a31add33bc6289449432659ac8c Mon Sep 17 00:00:00 2001 From: Tae-Hwan Kim Date: Mon, 22 Sep 2014 12:12:41 +0200 Subject: [PATCH] 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 --- src/bin/ephoto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ephoto.h b/src/bin/ephoto.h index cf98cf3..fadf91a 100644 --- a/src/bin/ephoto.h +++ b/src/bin/ephoto.h @@ -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" };