fixing build-error caused by resolving conflict 63/67463/1 submit/tizen/20160426.155122
authorAndrey Klimenko <and.klimenko@samsung.com>
Tue, 26 Apr 2016 15:39:43 +0000 (18:39 +0300)
committerAndrey Klimenko <and.klimenko@samsung.com>
Tue, 26 Apr 2016 15:40:14 +0000 (18:40 +0300)
Change-Id: Ic4c5229d3872235f33690473d6d4175d52173fde
Signed-off-by: Andrey Klimenko <and.klimenko@samsung.com>
src/Conversation/Recipients/View/src/ConvRecipientsPanelView.cpp

index d7c17ce..abcbe7f 100644 (file)
@@ -161,7 +161,7 @@ bool ConvRecipientsPanelView::isMbeVisible() const
 
 std::string ConvRecipientsPanelView::getEntryText() const
 {
-    return mrkupToUtf8(elm_entry_entry_get(m_pEntry));
+    return markupToUtf8(elm_entry_entry_get(m_pEntry));
 }
 
 void ConvRecipientsPanelView::setEntryText(const std::string &utf8)