modify indicator icon path 18/68618/1 accepted/tizen/common/20160516.143403 accepted/tizen/ivi/20160516.091621 accepted/tizen/mobile/20160516.091638 accepted/tizen/wearable/20160516.091647 submit/tizen/20160516.023257
authorKyeonghun Lee <kh9090.lee@samsung.com>
Mon, 9 May 2016 01:59:23 +0000 (10:59 +0900)
committerKyeonghun Lee <kh9090.lee@samsung.com>
Mon, 9 May 2016 01:59:23 +0000 (10:59 +0900)
Change-Id: Id92c9cd0a467640f4e768445df37372759170e58
Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
manager/inc/msg-manager-notification.h

index c9ef1ba..c449ec0 100644 (file)
 #define MSG_ACTIVE_PUSH_ICON_PATH              "reserved:push_message"
 
 /* status bar icon */
+#if 0
 #define MSG_NORMAL_STATUS_ICON                         TZ_SYS_RO_APP_PATH MSG_STATUS_ICON_DIR "/Notify/B03_notify_message.png"
 #define MSG_FAILED_STATUS_ICON                         TZ_SYS_RO_APP_PATH MSG_STATUS_ICON_DIR "/Notify/B03_notify_message_failed.png"
 #define MSG_DELIVER_REPORT_STATUS_ICON TZ_SYS_RO_APP_PATH MSG_STATUS_ICON_DIR "/Event/B03_event_delivery_report_message.png"
 #define MSG_READ_REPORT_STATUS_ICON            TZ_SYS_RO_APP_PATH MSG_STATUS_ICON_DIR "/Event/B03_event_read_report_message.png"
 #define MSG_VOICE_MSG_STATUS_ICON                      TZ_SYS_RO_APP_PATH MSG_STATUS_ICON_DIR "/Event/B03_Event_voicemail.png"
 #define MSG_SIM_FULL_STATUS_ICON               TZ_SYS_RO_APP_PATH MSG_STATUS_ICON_DIR "/SIM card full/B03_sim_card_full.png"
+#else
+#define MSG_NORMAL_STATUS_ICON                         "reserved://indicator/icons/notify_message"
+#define MSG_FAILED_STATUS_ICON                         "reserved://indicator/icons/notify_message_failed"
+#define MSG_DELIVER_REPORT_STATUS_ICON "reserved://indicator/icons/delivery_report_message"
+#define MSG_READ_REPORT_STATUS_ICON            "reserved://indicator/icons/read_report_message"
+#define MSG_VOICE_MSG_STATUS_ICON                      "reserved://indicator/icons/notify_voicemail"
+#define MSG_SIM_FULL_STATUS_ICON                       "reserved://indicator/icons/sim_card_full"
+#endif
 
 #ifndef TIZEN_I586_ENABLED
 /* system string */