Modify icon path.
authorKeebum Kim <keebum.kim@samsung.com>
Tue, 13 Nov 2012 05:14:10 +0000 (14:14 +0900)
committerKeebum Kim <keebum.kim@samsung.com>
Tue, 13 Nov 2012 05:21:41 +0000 (14:21 +0900)
framework/deliver-handler/MsgDeliverHandler.cpp
include/utils/MsgNotificationWrapper.h

index 3ca4c52..a932bd8 100755 (executable)
@@ -275,7 +275,7 @@ msg_error_t MsgHandleSMS(MSG_MESSAGE_INFO_S *pMsgInfo, bool *pSendNoti)
                                        char urlString[MAX_COMMAND_LEN+1];
                                        memset(urlString, 0x00, sizeof(urlString));
 
-                                       snprintf(urlString, MAX_COMMAND_LEN, "/opt/apps/org.tizen.message/bin/message-dialog -m PUSH_MSG_ALWAYS_ASK -u %s &", pMsgInfo->msgText);
+                                       snprintf(urlString, MAX_COMMAND_LEN, "/usr/apps/org.tizen.message/bin/message-dialog -m PUSH_MSG_ALWAYS_ASK -u %s &", pMsgInfo->msgText);
 
                                        system(urlString);
                                }
index 1704d6f..153ee88 100755 (executable)
 /*==================================================================================================
                                          DEFINES
 ==================================================================================================*/
-#define NORMAL_MSG_ICON_PATH   "/opt/apps/org.tizen.message/res/icons/default/small/org.tizen.message.noti.png"
-#define VOICE_MSG_ICON_PATH            "/opt/apps/org.tizen.message/res/icons/default/small/org.tizen.message.voice.png"
-#define CB_MSG_ICON_PATH                       "/opt/apps/org.tizen.message/res/icons/default/small/org.tizen.message.noti.png"
-#define NOTI_MSG_ICON_PATH             "/opt/apps/org.tizen.message/res/icons/default/small/org.tizen.message.noti.png"
+#define NORMAL_MSG_ICON_PATH   "/usr/apps/org.tizen.message/res/icons/default/small/org.tizen.message.noti.png"
+#define VOICE_MSG_ICON_PATH            "/usr/apps/org.tizen.message/res/icons/default/small/org.tizen.message.voice.png"
+#define CB_MSG_ICON_PATH                       "/usr/apps/org.tizen.message/res/icons/default/small/org.tizen.message.noti.png"
+#define NOTI_MSG_ICON_PATH             "/usr/apps/org.tizen.message/res/icons/default/small/org.tizen.message.noti.png"
 
 #define MSG_APP_PACKAGE_NAME   "message"
-#define MSG_APP_LOCALEDIR                      "/opt/apps/org.tizen.message/res/locale"
+#define MSG_APP_LOCALEDIR                      "/usr/apps/org.tizen.message/res/locale"
 
 #define SENDING_MULTIMEDIA_MESSAGE_FAILED      "Sending multimedia message failed"
 #define MULTIMEDIA_MESSAGE_SENT                                        "Multimedia message sent"