From: kyeongwoo.lee Date: Wed, 3 Apr 2013 10:51:33 +0000 (+0900) Subject: update code for notification progress X-Git-Tag: accepted/tizen_2.1/20130425.034720~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd84a557e1b0e93030f458b46cc547d1c5f4e2c8;p=platform%2Fframework%2Fnative%2Fshell.git update code for notification progress Change-Id: I4fa1afe277f55f304c4b1ec463f2ff1a9e8f2d95 Signed-off-by: kyeongwoo.lee --- diff --git a/src/core/FShell_NotificationManagerImpl.cpp b/src/core/FShell_NotificationManagerImpl.cpp index 1f0166a..e4229f5 100644 --- a/src/core/FShell_NotificationManagerImpl.cpp +++ b/src/core/FShell_NotificationManagerImpl.cpp @@ -883,7 +883,7 @@ _NotificationManagerImpl::NotifyMessage(_NotifyType notifyType, bool isOngoing, r = ConvertNotificationResult(notification_set_size(notiHandle, 0)); // Reset for override BYTE type SysTryLog(NID_SHELL, !IsFailed(r), "[%s] notification_set_size failure.", GetErrorMessage(r)); } - r = ConvertNotificationResult(notification_set_progress(notiHandle, 0)); + r = ConvertNotificationResult(notification_set_progress(notiHandle, progress/100.)); SysTryLog(NID_SHELL, !IsFailed(r), "[%s] notification_set_progress failure.", GetErrorMessage(r)); break;