From: Sangkoo Kim Date: Tue, 24 Sep 2013 10:33:59 +0000 (+0900) Subject: Not to delete notification when it is selected. X-Git-Tag: 2.2.1_release~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fdbb7952907c889e7f199a651de62d06404c6f0a;p=framework%2Fmessaging%2Fmsg-service.git Not to delete notification when it is selected. Change-Id: Ie6890c44fa178fa0ff293004f019a4d4266bb1a2 --- diff --git a/utils/MsgNotificationWrapper.cpp b/utils/MsgNotificationWrapper.cpp index 8386d72..fbc35c3 100755 --- a/utils/MsgNotificationWrapper.cpp +++ b/utils/MsgNotificationWrapper.cpp @@ -917,6 +917,8 @@ msg_error_t MsgRefreshNoti(bool bWithTicker) // set led. notification_set_led(noti, NOTIFICATION_LED_OP_ON, 0x00); + notification_set_property(noti, NOTIFICATION_PROP_DISABLE_AUTO_DELETE); + if (bWithTicker) noti_err = notification_set_display_applist(noti, NOTIFICATION_DISPLAY_APP_ALL); else