rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=cf22e1a9e8aee260ea1bac5b45bcfdbbf4fda490
commit cf22e1a9e8aee260ea1bac5b45bcfdbbf4fda490 Author: Andrii Kroitor <[email protected]> Date: Tue May 31 10:16:56 2016 +0300 property_group: fix data item unselection --- src/bin/ui/property/property_group.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/ui/property/property_group.c b/src/bin/ui/property/property_group.c index 6533907..1576455 100644 --- a/src/bin/ui/property/property_group.c +++ b/src/bin/ui/property/property_group.c @@ -245,6 +245,7 @@ _on_group_navigator_unselected(void *data, DBG("unselected_cb\n"); group_pd.part = NULL; group_pd.program = NULL; + group_pd.group_data = NULL; GENLIST_FILTER_APPLY(pd->genlist); } --
