update code for notification progress
authorkyeongwoo.lee <kyeongwoo.lee@samsung.com>
Wed, 3 Apr 2013 10:51:33 +0000 (19:51 +0900)
committerkyeongwoo.lee <kyeongwoo.lee@samsung.com>
Wed, 3 Apr 2013 10:52:20 +0000 (19:52 +0900)
Change-Id: I4fa1afe277f55f304c4b1ec463f2ff1a9e8f2d95
Signed-off-by: kyeongwoo.lee <kyeongwoo.lee@samsung.com>
src/core/FShell_NotificationManagerImpl.cpp

index 1f0166a..e4229f5 100644 (file)
@@ -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;