elm_genlist.c: fixed formatting.

This commit is contained in:
Daniel Juyung Seo 2013-03-27 01:17:18 +09:00
parent 895610f3e6
commit 2155bb0fef
1 changed files with 4 additions and 4 deletions

View File

@ -3981,8 +3981,8 @@ _access_activate_cb(void *data __UNUSED__,
Elm_Gen_Item *it2;
EINA_LIST_FOREACH_SAFE(sd->selected, l, l_next, it2)
if (it2 != it)
_item_unselect(it2);
if (it2 != it)
_item_unselect(it2);
}
_item_highlight(it);
it->sel_cb(it);
@ -4141,8 +4141,8 @@ _item_mouse_up_cb(void *data,
Elm_Gen_Item *it2;
EINA_LIST_FOREACH_SAFE(sd->selected, l, l_next, it2)
if (it2 != it)
_item_unselect(it2);
if (it2 != it)
_item_unselect(it2);
}
_item_highlight(it);
it->sel_cb(it);