Remove file name display in theme preview 18/213518/2 submit/tizen/20190906.104843
authorAmritanshu <a.pandia1@samsung.com>
Fri, 6 Sep 2019 06:27:11 +0000 (11:57 +0530)
committerAmritanshu <a.pandia1@samsung.com>
Fri, 6 Sep 2019 06:31:58 +0000 (12:01 +0530)
Change-Id: I3e3fa293654fcc1817d5accff23132e02c648be3
Signed-off-by: Amritanshu <a.pandia1@samsung.com>
src/wallpaper-ui-service-main.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 71c28ae..9cfaae3
@@ -813,8 +813,8 @@ static Evas_Object *_preview_create_edje_content(Evas_Object *parent, const char
        elm_image_preload_disabled_set(image, EINA_TRUE);
        evas_object_show(image);
 
-       if (thm->title)
-           elm_object_domain_translatable_part_text_set(layout, "text", PKGNAME, thm->title);
+       /*if (thm->title)       // Removing File name display in theme preview
+           elm_object_domain_translatable_part_text_set(layout, "text", PKGNAME, thm->title);*/
 
        WALLPAPERUI_TRACE_END;
        return layout;