fix N_SE-22080. start search mode, reset toolbar.
authoryumi82.ko <yumi82.ko@samsung.com>
Mon, 21 Jan 2013 02:02:40 +0000 (11:02 +0900)
committeryumi82.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

index d5a4345..425084f 100755 (executable)
@@ -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();
 }