From 47372c22e77e1f4494ae0b5e02769b90e251cb1f Mon Sep 17 00:00:00 2001 From: Rahul Dadhich Date: Tue, 5 Jul 2016 11:39:54 +0530 Subject: [PATCH] [TSAM-5999] Corrected default thumb path Change-Id: Icb5d794a1396fa6a7e92d49854414b41ab0cafa5 Signed-off-by: Rahul Dadhich --- inc/util/gl-icons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/util/gl-icons.h b/inc/util/gl-icons.h index 6f30873..0c3648b 100755 --- a/inc/util/gl-icons.h +++ b/inc/util/gl-icons.h @@ -20,7 +20,7 @@ #define GL_APPDIR "/usr/apps/org.tizen.gallery" #define GL_EDJDIR GL_APPDIR"/res/edje" -#define GL_IMAGEDIR GL_APPDIR"/res/images/" +#define GL_IMAGEDIR GL_APPDIR"/res/edje/images/" #define GL_APP_DEFAULT_ICON_DIR "/usr/share/icons/default/small" /******** Image path ********/ -- 2.7.4