fixed prevent issue - 48463
authorDongJinJeon <dongjin2193.jeon@samsung.com>
Thu, 4 Apr 2013 04:56:52 +0000 (13:56 +0900)
committerDongJinJeon <dongjin2193.jeon@samsung.com>
Thu, 4 Apr 2013 04:56:52 +0000 (13:56 +0900)
Change-Id: I9ca6cde9abd97b1f8a514cbdbd6659e287e65832
Signed-off-by: DongJinJeon <dongjin2193.jeon@samsung.com>
src/ui/controls/FUiCtrl_ProgressPopupPresenter.cpp

index fbf197f..d2bcd49 100755 (executable)
@@ -362,9 +362,9 @@ _ProgressPopupPresenter::SetProcessAnimation(void)
                if (__pAnimationFrameList)
                {
                        __pAnimation->SetAnimationFrames(*__pAnimationFrameList);
+                       __pAnimation->SetImageCount(__pAnimationFrameList->GetCount());
                }
 
-               __pAnimation->SetImageCount(__pAnimationFrameList->GetCount());
                __pAnimation->SetRepeatCount(ANIMATION_REPEAT_COUNT);
                __pAnimation->AddAnimationEventListener(*this);