projects
/
framework
/
uifw
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94f497b
)
[elm_genlist] bug fix : probelm that sweep objects are not deleted
author
Seunggyun Kim
<sgyun.kim@samsung.com>
Thu, 3 Mar 2011 05:18:25 +0000
(14:18 +0900)
committer
Seunggyun Kim
<sgyun.kim@samsung.com>
Thu, 3 Mar 2011 05:18:25 +0000
(14:18 +0900)
src/lib/elm_genlist.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_genlist.c
b/src/lib/elm_genlist.c
index
15ffca4
..
e055633
100644
(file)
--- a/
src/lib/elm_genlist.c
+++ b/
src/lib/elm_genlist.c
@@
-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)
{