[elm_genlist] bug fix : probelm that sweep objects are not deleted
authorSeunggyun Kim <sgyun.kim@samsung.com>
Thu, 3 Mar 2011 05:18:25 +0000 (14:18 +0900)
committerSeunggyun Kim <sgyun.kim@samsung.com>
Thu, 3 Mar 2011 05:18:25 +0000 (14:18 +0900)
src/lib/elm_genlist.c

index 15ffca4..e055633 100644 (file)
@@ -2118,7 +2118,6 @@ _item_unrealize(Elm_Genlist_Item *it)
 
    if (!it->realized) return;
    if (it->wd->reorder_it && it->wd->reorder_it == it) return;
-   if (!it->wd->edit_mode && it->hilighted) return;
    evas_object_smart_callback_call(it->base.widget, "unrealized", it);
    if (it->long_timer)
      {