summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyeonghun Lee <kh9090.lee@samsung.com>2016-11-09 17:05:30 +0900
committerKyeonghun Lee <kh9090.lee@samsung.com>2016-11-09 17:05:30 +0900
commit2ffe8eec895215ad752346a6c23734dee0ac2b36 (patch)
treedfb209348be2b83370325082084cb296c87fba2d
parent85ba59bc37266d5bcc227f3ce039a4b2d1280ad0 (diff)
downloadmsg-service-2ffe8eec895215ad752346a6c23734dee0ac2b36.tar.gz
msg-service-2ffe8eec895215ad752346a6c23734dee0ac2b36.tar.bz2
msg-service-2ffe8eec895215ad752346a6c23734dee0ac2b36.zip
Change-Id: I07a76aa89c2dc7cd705eb079fc7878fa0456e9b2 Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
-rw-r--r--manager/src/msg-manager-notification.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manager/src/msg-manager-notification.cpp b/manager/src/msg-manager-notification.cpp
index c2b7ce1..8236672 100644
--- a/manager/src/msg-manager-notification.cpp
+++ b/manager/src/msg-manager-notification.cpp
@@ -1152,19 +1152,19 @@ void setIcon(notification_h noti_h, MSG_MGR_NOTI_INFO_S *noti_info)
break;
case MSG_MGR_NOTI_TYPE_SMS_DELIVERY_REPORT:
setNotiImage(noti_h, NOTIFICATION_IMAGE_TYPE_ICON_FOR_INDICATOR, MSG_DELIVER_REPORT_STATUS_ICON);
- setNotiImage(noti_h, NOTIFICATION_IMAGE_TYPE_ICON, MSG_NORMAL_ICON_PATH);
+ setNotiImage(noti_h, NOTIFICATION_IMAGE_TYPE_ICON, MSG_DELIVERY_ICON_PATH);
break;
case MSG_MGR_NOTI_TYPE_MMS_READ_REPORT:
setNotiImage(noti_h, NOTIFICATION_IMAGE_TYPE_ICON_FOR_INDICATOR, MSG_READ_REPORT_STATUS_ICON);
- setNotiImage(noti_h, NOTIFICATION_IMAGE_TYPE_ICON, MSG_NORMAL_ICON_PATH);
+ setNotiImage(noti_h, NOTIFICATION_IMAGE_TYPE_ICON, MSG_READ_ICON_PATH);
break;
case MSG_MGR_NOTI_TYPE_MMS_READ_REPORT_SENT:
setNotiImage(noti_h, NOTIFICATION_IMAGE_TYPE_ICON_FOR_INDICATOR, MSG_READ_REPORT_STATUS_ICON);
- setNotiImage(noti_h, NOTIFICATION_IMAGE_TYPE_ICON, MSG_NORMAL_ICON_PATH);
+ setNotiImage(noti_h, NOTIFICATION_IMAGE_TYPE_ICON, MSG_READ_ICON_PATH);
break;
case MSG_MGR_NOTI_TYPE_MMS_DELIVERY_REPORT:
setNotiImage(noti_h, NOTIFICATION_IMAGE_TYPE_ICON_FOR_INDICATOR, MSG_DELIVER_REPORT_STATUS_ICON);
- setNotiImage(noti_h, NOTIFICATION_IMAGE_TYPE_ICON, MSG_NORMAL_ICON_PATH);
+ setNotiImage(noti_h, NOTIFICATION_IMAGE_TYPE_ICON, MSG_DELIVERY_ICON_PATH);
break;
case MSG_MGR_NOTI_TYPE_SIM_FULL:
setNotiImage(noti_h, NOTIFICATION_IMAGE_TYPE_ICON, MSG_NORMAL_ICON_PATH);