Merge "Add package signature files generation code in spec file" into tizen_2.2
authorJaewon Lee <jaewon613.lee@samsung.com>
Mon, 17 Jun 2013 08:29:13 +0000 (08:29 +0000)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 17 Jun 2013 08:29:13 +0000 (08:29 +0000)
src/GlTimerBase.cpp

index d362bde..70d995e 100644 (file)
@@ -229,6 +229,8 @@ void GlTimerBase::Cancel(void)
 {
        if ( __isStarted )
        {
+               ContentUpdateEventListener* pContentListener = ContentUpdateEventListener::GetInstance();
+               pContentListener->AddContentListener();
                __pMoveProBar->HideFileProgressingPopup();
                __moveTimer.Cancel();
                __isStarted = false;