fixed print problem of list_example_03
authorJihoon Kim <imfine98@gmail.com>
Thu, 7 Feb 2013 07:54:13 +0000 (07:54 +0000)
committerJihoon Kim <imfine98@gmail.com>
Thu, 7 Feb 2013 07:54:13 +0000 (07:54 +0000)
commit48fc67271f2cd7fa026ec1a942d9b59dbbe6d86e
treee0b26c34a148e651e60a1501553f52b74f8ffa12
parent27617917a9d440442562e3997233e277f0cd9161
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
legacy/elementary/AUTHORS
legacy/elementary/src/examples/list_example_03.c