Changed from ecore_evas_init() to evas_init() 31/77031/1
authorjinwang.an <jinwang.an@samsung.com>
Tue, 28 Jun 2016 09:53:09 +0000 (18:53 +0900)
committerjinwang.an <jinwang.an@samsung.com>
Tue, 28 Jun 2016 09:53:09 +0000 (18:53 +0900)
 - Regarding to set lockscreen and wallpaper image

Change-Id: Ia84bef3d3cde1fea018afaa3e8b9a811e2257c69
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
system-settings-util/src/system_settings_util.c

index ed31007..ec34a17 100644 (file)
@@ -66,8 +66,7 @@ void __font_size_set();
 bool __is_supported_image_type_load(char *path)
 {
        SETTING_TRACE_BEGIN;
-       /*evas_init(); */
-       ecore_evas_init();
+       evas_init();
        Ecore_Evas      *ee;
        Evas            *evas;