projects
/
apps
/
core
/
preloaded
/
message-app.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f2a9f7
)
fix N_SE-22080. start search mode, reset toolbar.
author
yumi82.ko
<yumi82.ko@samsung.com>
Mon, 21 Jan 2013 02:02:40 +0000
(11:02 +0900)
committer
yumi82.ko
<yumi82.ko@samsung.com>
Mon, 21 Jan 2013 02:02:40 +0000
(11:02 +0900)
Change-Id: Ibbbddd540748bbc93fe53d127aade0fb65166889
thread/src/msg-ui-thread-callback.c
patch
|
blob
|
history
diff --git
a/thread/src/msg-ui-thread-callback.c
b/thread/src/msg-ui-thread-callback.c
index
d5a4345
..
425084f
100755
(executable)
--- a/
thread/src/msg-ui-thread-callback.c
+++ b/
thread/src/msg-ui-thread-callback.c
@@
-755,6
+755,7
@@
void msg_ui_thread_search_btn_clicked_cb(void *data, Evas_Object *obj, void *eve
evas_object_hide(pListData->search_btn);
elm_object_item_part_content_unset(pListData->nf_it, "title_right_btn");
+ msg_ui_thread_set_navi_toolbar_item(pListData);
MSG_UI_LEAVE();
}