projects
/
profile
/
mobile
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3b560b
)
[List] Processing the edje message before deletion.
author
prince
<prince.dubey@samsung.com>
Sat, 18 May 2013 12:01:42 +0000
(17:31 +0530)
committer
Sungho Kwak
<sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 05:01:07 +0000
(14:01 +0900)
Change-Id: Ie718cbdd8d00723c76ff5256055ac8f865fda6c7
src/lib/elm_list.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_list.c
b/src/lib/elm_list.c
index
bbca836
..
e1be283
100644
(file)
--- a/
src/lib/elm_list.c
+++ b/
src/lib/elm_list.c
@@
-64,6
+64,8
@@
_elm_list_item_free(Elm_List_Item *it)
evas_object_event_callback_del_full
(VIEW(it), EVAS_CALLBACK_MOUSE_MOVE, _mouse_move_cb, it);
+ edje_object_message_signal_process(VIEW(it));
+
if (it->icon)
evas_object_event_callback_del_full
(it->icon, EVAS_CALLBACK_CHANGED_SIZE_HINTS,