projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f0f143
)
Delete long press timer on item deletion
author
Iván Briano
<sachieru@gmail.com>
Tue, 30 Mar 2010 05:03:57 +0000
(
05:03
+0000)
committer
Iván Briano
<sachieru@gmail.com>
Tue, 30 Mar 2010 05:03:57 +0000
(
05:03
+0000)
SVN revision: 47576
src/lib/elm_genlist.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_genlist.c
b/src/lib/elm_genlist.c
index
6667ae5
..
885386c
100644
(file)
--- a/
src/lib/elm_genlist.c
+++ b/
src/lib/elm_genlist.c
@@
-500,6
+500,7
@@
_item_del(Elm_Genlist_Item *it)
if (it->selected) it->wd->selected = eina_list_remove(it->wd->selected, it);
if (it->realized) _item_unrealize(it);
if (it->block) _item_block_del(it);
+ if (it->long_timer) ecore_timer_del(it->long_timer);
if ((!it->delete_me) && (it->itc->func.del))
it->itc->func.del(it->data, it->wd->obj);
it->delete_me = EINA_TRUE;