cedric pushed a commit to branch master.

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

commit 8816774650012ac059be6d67fe25ccb3e28a887a
Author: Anand <[email protected]>
Date:   Wed Jun 17 14:32:03 2015 +0200

    elm_gen_common: fix typo in Struct variable documentation
    
    Reviewers: Hermet, cedric
    
    Reviewed By: cedric
    
    Differential Revision: https://phab.enlightenment.org/D2634
    
    Signed-off-by: Cedric BAIL <[email protected]>
---
 src/lib/elm_gen_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_gen_common.h b/src/lib/elm_gen_common.h
index 74b13ae..a9d5de6 100644
--- a/src/lib/elm_gen_common.h
+++ b/src/lib/elm_gen_common.h
@@ -36,7 +36,7 @@ struct Elm_Gen_Item
    Eina_List                *texts, *contents, *states, *content_objs;
    Ecore_Timer              *long_timer;
    int                       walking;
-   int                       generation; /**< a generation of an item. when 
the item is created, this value is set to the value of genlist generation. this 
value will be decreased when the item is going to be deleted */
+   int                       generation; /**< a generation of an item. when 
the item is created, this value is set to the value of genlist/gengrid 
generation. this value will be decreased when the item is going to be deleted */
    const char               *mouse_cursor;
    Eina_List                *item_focus_chain;
 

-- 


Reply via email to