SVN revision: 57579
This commit is contained in:
Carsten Haitzler 2011-03-08 11:47:45 +00:00
parent 912e375e75
commit 3889d7b22c
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ static Eina_Bool
_deselect_all_items(Widget_Data *wd)
{
if (!wd->selected) return EINA_FALSE;
while(wd->selected)
while (wd->selected)
elm_list_item_selected_set(wd->selected->data, EINA_FALSE);
return EINA_TRUE;