rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=aaf93697c915f0d4d1da9a4ba595be4b179d83bf

commit aaf93697c915f0d4d1da9a4ba595be4b179d83bf
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Mon Oct 31 10:39:44 2016 +0200

    popup: add svg to fileselector filter
    
    Change-Id: I3b286a1023061e855f8620692113c7b7f4c4d0fc
---
 src/bin/ui/popup.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/ui/popup.c b/src/bin/ui/popup.c
index e093c68..b31342c 100644
--- a/src/bin/ui/popup.c
+++ b/src/bin/ui/popup.c
@@ -569,7 +569,8 @@ _images_filter(const char *path,
    Eina_Bool res;
    const char *image_formats[] = { "png", "jpg", "jpeg", "jfif", "xpm", "tif",
                                    "tiff", "gif", "pbm", "pgm", "ppm", "pnm",
-                                   "bmp", "wbmp", "webp", "psd", "tga", NULL};
+                                   "bmp", "wbmp", "webp", "psd", "tga", "svg",
+                                   NULL};
    if (dir) return true;
    i = 0;
    while(image_formats[i])

-- 


Reply via email to