Apply enum modification of contact-service 92/57492/1 accepted/tizen/mobile/20160125.010634 accepted/tizen/tv/20160125.010651 accepted/tizen/wearable/20160125.010708 submit/tizen/20160120.111308
authorSangkoo Kim <sangkoo.kim@samsung.com>
Wed, 20 Jan 2016 11:26:39 +0000 (20:26 +0900)
committerSangkoo Kim <sangkoo.kim@samsung.com>
Wed, 20 Jan 2016 11:26:39 +0000 (20:26 +0900)
Change-Id: I709301afe87c3fd84ce932b4bd196c71a2a8dc59

utils/MsgContact.cpp

index b6f35ca..22298e9 100755 (executable)
@@ -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);