summaryrefslogtreecommitdiff
path: root/thread/src
diff options
context:
space:
mode:
authoryumi82.ko <yumi82.ko@samsung.com>2013-01-21 11:02:40 +0900
committeryumi82.ko <yumi82.ko@samsung.com>2013-01-21 11:02:40 +0900
commite8486620e9a593db49c53952e005b9a020f208ca (patch)
treeb03bf2c48480ae85b48b6ded9e5bbc6ac43e2451 /thread/src
parent9f2a9f7f7871f71e840112488fa0d5e9d6647c03 (diff)
downloadmessage-app-e8486620e9a593db49c53952e005b9a020f208ca.tar.gz
message-app-e8486620e9a593db49c53952e005b9a020f208ca.tar.bz2
message-app-e8486620e9a593db49c53952e005b9a020f208ca.zip
fix N_SE-22080. start search mode, reset toolbar.
Change-Id: Ibbbddd540748bbc93fe53d127aade0fb65166889
Diffstat (limited to 'thread/src')
-rwxr-xr-xthread/src/msg-ui-thread-callback.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/thread/src/msg-ui-thread-callback.c b/thread/src/msg-ui-thread-callback.c
index d5a4345..425084f 100755
--- 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();
}