jaehyun pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=e3356ae00c0319e1034c93eea4937d9e945a441f
commit e3356ae00c0319e1034c93eea4937d9e945a441f Author: Jaehyun Cho <jae_hyun....@samsung.com> Date: Tue Aug 2 19:25:12 2016 +0900 templates: Change name field with common name in Listitem template. --- data/templates/Listitem.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/templates/Listitem.edc b/data/templates/Listitem.edc index 78e938c..854a40d 100644 --- a/data/templates/Listitem.edc +++ b/data/templates/Listitem.edc @@ -82,7 +82,7 @@ collections { text { size: 15; font: "Sans"; - text: "Bowon Ryu"; + text: "Lisa"; align: 0.0 0.5; min: 0 0; } --