clouseau: Fixed bug clearing prop-list when selecting tree-root

Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72337
This commit is contained in:
Aharon Hillel 2012-06-18 07:22:22 +00:00 committed by Tom Hacohen
parent ae033131d5
commit daa7640933
1 changed files with 1 additions and 0 deletions

View File

@ -607,6 +607,7 @@ static void
_gl_selected(void *data EINA_UNUSED, Evas_Object *pobj EINA_UNUSED,
void *event_info)
{
clouseau_obj_information_list_clear();
/* If not an object, return. */
if (!elm_genlist_item_parent_get(event_info))
return;