Fixed issue 41969, 41972
authorHimanshu <himanshu.t@samsung.com>
Wed, 19 Jun 2013 06:11:54 +0000 (11:41 +0530)
committerHimanshu <himanshu.t@samsung.com>
Wed, 19 Jun 2013 06:11:54 +0000 (11:41 +0530)
Change-Id: I679718be03e942e00120dec920321c248861e6f4
Signed-off-by: Himanshu <himanshu.t@samsung.com>
src/GlAlbumListEditorForm.cpp

index ba29b1c..133b067 100644 (file)
@@ -635,7 +635,7 @@ AlbumListEditorForm::OnSceneActivatedN(const SceneId& previousSceneId,
 {
        AppLogDebug("ENTER OnSceneActivatedN");
        String tempString;
-       __pPresentationModel->InitializeAlbumInfoList(CONTENT_TYPE_ALL);
+
 
        int count = __pPresentationModel->GetFolderCount();
 
@@ -650,6 +650,8 @@ AlbumListEditorForm::OnSceneActivatedN(const SceneId& previousSceneId,
        }
        else
        {
+               __pPresentationModel->InitializeAlbumInfoList(CONTENT_TYPE_ALL);
+
                for ( int index = 0 ; index < count ; index++ )
                {
                        __pEditorFolderIconList->SetItemChecked(index,false);