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:
26a13e7
)
Genlist: Fix for filtering skipped for items in queue
31/119931/1
submit/tizen_3.0/20170323.054933
author
Godly T.Alias
<godlytalias@yahoo.co.in>
Mon, 20 Mar 2017 14:52:36 +0000
(20:22 +0530)
committer
Godly T.Alias
<godlytalias@yahoo.co.in>
Mon, 20 Mar 2017 14:52:36 +0000
(20:22 +0530)
Change-Id: Ifa079eba5f2c6c37276d2af47e009bd73b5f2a0f
Signed-off-by: Godly T.Alias <godlytalias@yahoo.co.in>
src/mobile_lib/elm_genlist.c
patch
|
blob
|
history
diff --git
a/src/mobile_lib/elm_genlist.c
b/src/mobile_lib/elm_genlist.c
index ef3a83587c815fe3270c8e3274bf7160461452e5..5fddad44fe350f6e2dff6fcb3c85eb549947a43f 100644
(file)
--- a/
src/mobile_lib/elm_genlist.c
+++ b/
src/mobile_lib/elm_genlist.c
@@
-6556,8
+6556,6
@@
_elm_genlist_item_new(Elm_Genlist_Data *sd,
it->parent = parent;
it->func.func = func;
it->func.data = func_data;
- it->filtered = EINA_TRUE;
- it->want_hidden = EINA_FALSE;
GL_IT(it) = ELM_NEW(Elm_Gen_Item_Type);
GL_IT(it)->wsd = sd;