rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=c7bbb9e9176126c55516501ddcc4ca2885f8e5dd
commit c7bbb9e9176126c55516501ddcc4ca2885f8e5dd Author: Vyacheslav Reutskiy <[email protected]> Date: Tue Apr 19 17:50:01 2016 +0300 popup: get the data from correct object Fixes 3477 Change-Id: I9ff17bb3cafde60d270807eda0bfc46cc31c64b9 --- src/bin/ui/popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ui/popup.c b/src/bin/ui/popup.c index 30b8b5c..c6f08f5 100644 --- a/src/bin/ui/popup.c +++ b/src/bin/ui/popup.c @@ -714,7 +714,7 @@ void popup_gengrid_helper_item_select(const char *item_title) { Elm_Object_Item *item; - Helper_Data *helper_data = evas_object_data_get(ap.popup, "STRUCT"); + Helper_Data *helper_data = evas_object_data_get(helper, "STRUCT"); assert(helper_data != NULL); --
