set proper icon for report notification 22/96522/1 accepted/tizen/3.0/common/20161114.081132 accepted/tizen/3.0/ivi/20161110.022210 accepted/tizen/3.0/mobile/20161110.022126 accepted/tizen/3.0/wearable/20161110.022151 submit/tizen_3.0/20161109.080942 submit/tizen_3.0_common/20161110.084657
authorKyeonghun Lee <kh9090.lee@samsung.com>
Wed, 9 Nov 2016 08:05:30 +0000 (17:05 +0900)
committerKyeonghun Lee <kh9090.lee@samsung.com>
Wed, 9 Nov 2016 08:05:30 +0000 (17:05 +0900)
Change-Id: I07a76aa89c2dc7cd705eb079fc7878fa0456e9b2
Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
manager/src/msg-manager-notification.cpp

index c2b7ce1..8236672 100644 (file)
@@ -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);