hermet pushed a commit to branch master.

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

commit 3187108913e053475b2e23a2fbc00be3f3992d89
Author: ChunEon Park <[email protected]>
Date:   Tue Dec 30 17:36:14 2014 +0900

    genlist: use convenient macro.
---
 src/lib/elm_genlist.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c
index 383bb15..875942b 100644
--- a/src/lib/elm_genlist.c
+++ b/src/lib/elm_genlist.c
@@ -1319,7 +1319,7 @@ _decorate_all_item_realize(Elm_Gen_Item *it,
    _item_mouse_callbacks_del(it, VIEW(it));
    _item_mouse_callbacks_add(it, it->deco_all_view);
 
-   _item_text_realize(it, it->deco_all_view, &it->item->deco_all_texts, NULL);
+   _item_text_realize(it, it->deco_all_view, &GL_IT(it)->deco_all_texts, NULL);
    if (it->flipped)
      edje_object_signal_emit
        (it->deco_all_view, SIGNAL_FLIP_ENABLED, "elm");
@@ -5377,7 +5377,7 @@ _decorate_item_realize(Elm_Gen_Item *it)
 
    /* text_get, content_get, state_get */
    _item_text_realize
-     (it, it->item->deco_it_view, &it->item->deco_it_texts, NULL);
+     (it, it->item->deco_it_view, &GL_IT(it)->deco_it_texts, NULL);
    if (!it->item->deco_it_contents)
      it->item->deco_it_contents =
        elm_widget_stringlist_get

-- 


Reply via email to