projects
/
profile
/
mobile
/
apps
/
native
/
music-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cafeba5
)
Fixed TSAM-8519 Search View not correct
39/90739/1
author
bhutani.92
<bhutani.92@samsung.com>
Tue, 4 Oct 2016 06:36:45 +0000
(12:06 +0530)
committer
bhutani.92
<bhutani.92@samsung.com>
Tue, 4 Oct 2016 06:36:45 +0000
(12:06 +0530)
Change-Id: I57ab932ce481b0d7bb353a6412200a3dc1d891b2
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
src/view/mp-search-view.c
patch
|
blob
|
history
diff --git
a/src/view/mp-search-view.c
b/src/view/mp-search-view.c
index e672ae002e4248208e71fa293a1df0891d967f69..69bbe429c0c006e59906a201f12baf63ac52d96b 100755
(executable)
--- a/
src/view/mp-search-view.c
+++ b/
src/view/mp-search-view.c
@@
-160,12
+160,13
@@
_mp_search_view_keyword_changed_cb(void *data,
}
/*when create search view, we use this first_called flag to load genlsit
,then change key word, refresh the genlist*/
- if (view->first_called) {
+
/*
if (view->first_called) {
view->first_called = FALSE;
return;
} else {
view->needle_change = TRUE;
- }
+ }*/
+ view->needle_change = TRUE;
mp_ecore_timer_del(view->search_timer);
view->search_timer = ecore_timer_add(0.1,
_mp_search_view_update_list_timer_cb, view);