Re: [E-devel] [Patch] fixed print problem of list_example_03

2013-02-07 Thread Daniel Juyung Seo
Thanks Jihoon. I also added her into elm_authors.h file. http://trac.enlightenment.org/e/changeset/83715 She will be visible on the documentation. Thanks. Daniel Juyung Seo (SeoZ) On Thu, Feb 7, 2013 at 4:58 PM, Jihoon Kim wrote: > In svn 83712. Thank your effort. > I've added your name in AU

Re: [E-devel] [Patch] fixed print problem of list_example_03

2013-02-07 Thread Jihoon Kim
In svn 83712. Thank your effort. I've added your name in AUTHOR file of elementary. On Thursday, February 7, 2013, 최지영 wrote: > Hello, I'm jiyoung. > > path : ~/trunk/elementary/src/examples > filename : list_example_03.c > > Before the patch, the list item didn't appended or prepended in the lis

[E-devel] [Patch] fixed print problem of list_example_03

2013-02-06 Thread 최지영
Hello, I'm jiyoung. path : ~/trunk/elementary/src/examples filename : list_example_03.c 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