summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangkoo Kim <sangkoo.kim@samsung.com>2016-01-20 20:26:39 +0900
committerSangkoo Kim <sangkoo.kim@samsung.com>2016-01-20 20:26:39 +0900
commitf3621c55e4aee160c6cd8ed4bd7c0d857470bcee (patch)
tree0a873c6afe430157be09464129455e15bdb5e72e
parent35eeed77963f3a226b8e3a3ffee84df41806da1c (diff)
downloadmsg-service-f3621c55e4aee160c6cd8ed4bd7c0d857470bcee.tar.gz
msg-service-f3621c55e4aee160c6cd8ed4bd7c0d857470bcee.tar.bz2
msg-service-f3621c55e4aee160c6cd8ed4bd7c0d857470bcee.zip
Change-Id: I709301afe87c3fd84ce932b4bd196c71a2a8dc59
-rwxr-xr-xutils/MsgContact.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/MsgContact.cpp b/utils/MsgContact.cpp
index b6f35ca..22298e9 100755
--- a/utils/MsgContact.cpp
+++ b/utils/MsgContact.cpp
@@ -726,9 +726,9 @@ void MsgAddPhoneLog(const MSG_MESSAGE_INFO_S *pMsgInfo)
if (pMsgInfo->folderId == MSG_INBOX_ID) {
if (pMsgInfo->msgType.mainType == MSG_SMS_TYPE)
- contacts_record_set_int(plog, _contacts_phone_log.log_type, CONTACTS_PLOG_TYPE_SMS_INCOMMING);
+ contacts_record_set_int(plog, _contacts_phone_log.log_type, CONTACTS_PLOG_TYPE_SMS_INCOMING);
else if (pMsgInfo->msgType.mainType == MSG_MMS_TYPE)
- contacts_record_set_int(plog, _contacts_phone_log.log_type, CONTACTS_PLOG_TYPE_MMS_INCOMMING);
+ contacts_record_set_int(plog, _contacts_phone_log.log_type, CONTACTS_PLOG_TYPE_MMS_INCOMING);
} else if (pMsgInfo->folderId == MSG_OUTBOX_ID) {
if (pMsgInfo->msgType.mainType == MSG_SMS_TYPE)
contacts_record_set_int(plog, _contacts_phone_log.log_type, CONTACTS_PLOG_TYPE_SMS_OUTGOING);