huchi pushed a commit to branch master.

http://git.enlightenment.org/apps/ephoto.git/commit/?id=27709d6126c21a31add33bc6289449432659ac8c

commit 27709d6126c21a31add33bc6289449432659ac8c
Author: Tae-Hwan Kim <[email protected]>
Date:   Mon Sep 22 12:12:41 2014 +0200

    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"
    };
 

-- 


Reply via email to