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:
1b101d2
)
elementary/genlist - breaked edit mode. my fault.
author
ChunEon Park
<hermet@hermet.pe.kr>
Wed, 29 Feb 2012 06:30:54 +0000
(06:30 +0000)
committer
ChunEon Park
<hermet@hermet.pe.kr>
Wed, 29 Feb 2012 06:30:54 +0000
(06:30 +0000)
thanks to hyoyoung for reporing it.
SVN revision: 68535
src/lib/elm_genlist.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_genlist.c
b/src/lib/elm_genlist.c
index
35c8e2d
..
d902628
100644
(file)
--- a/
src/lib/elm_genlist.c
+++ b/
src/lib/elm_genlist.c
@@
-5533,6
+5533,7
@@
elm_genlist_edit_mode_set(Evas_Object *obj, Eina_Bool edit_mode)
if (!wd) return;
edit_mode = !!edit_mode;
if (wd->edit_mode == edit_mode) return;
+ wd->edit_mode = edit_mode;
list = elm_genlist_realized_items_get(obj);
if (!wd->edit_mode)