seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=dd824c2862cabe0bc0892616de6bf476af229899

commit dd824c2862cabe0bc0892616de6bf476af229899
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Tue Dec 30 01:31:43 2014 +0900

    genlist: Fix internal comments.
---
 src/lib/elm_genlist.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c
index 0224062..4e77397 100644
--- a/src/lib/elm_genlist.c
+++ b/src/lib/elm_genlist.c
@@ -1827,7 +1827,7 @@ _item_realize(Elm_Gen_Item *it,
         evas_object_smart_callback_call(WIDGET(it), SIG_REALIZED, EO_OBJ(it));
      }
 
-   //Send signal so that item set it's style according to it's depth
+   //Send a signal so that an item changes its style according to its expand 
depth
    if (GL_IT(it)->expanded_depth > 0)
      {
         char buf[126];

-- 


Reply via email to