summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorJihoon Kim <imfine98@gmail.com>2013-02-07 07:54:13 +0000
committerJihoon Kim <imfine98@gmail.com>2013-02-07 07:54:13 +0000
commit5ff5f075e70a41f771c4cc2e62ac2b46a52aea59 (patch)
tree679aa098640c265ee643f962a21ca262625587f0 /AUTHORS
parentc627e45417af59d78b73c1445bbbbb2ee307a856 (diff)
downloadelementary-5ff5f075e70a41f771c4cc2e62ac2b46a52aea59.tar.gz
fixed print problem of list_example_03
Before the patch, the list item didn't appended or prepended in the list. Algorithms were not wrong, but function "elm_list_go(li)" was missed before showing list. So, I added "elm_list_go(li)" in some proper functions. Written by Jiyoung Choi <jychoi7.choi@samsung.com> SVN revision: 83712
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 792337a23..4a9ec0776 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -74,3 +74,4 @@ Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>
Gwanglim Lee <gl77.lee@samsung.com> <gwanglim@gmail.com>
JaeHyun Jo <jae_hyun_cho@naver.com>
Bora Hwang <bora1.hwang@samsung.com>
+Jiyoung Choi <jychoi7.choi@samsung.com>