Fixed issue 42036
authorHimanshu <himanshu.t@samsung.com>
Wed, 19 Jun 2013 12:16:19 +0000 (17:46 +0530)
committerHimanshu <himanshu.t@samsung.com>
Wed, 19 Jun 2013 12:16:19 +0000 (17:46 +0530)
Change-Id: I5b93c6be3a1d356e0e8f902fe450f180c36f919a
Signed-off-by: Himanshu <himanshu.t@samsung.com>
src/GlAllListEditorPanel.cpp

index 0172a15..5314ae9 100644 (file)
@@ -780,14 +780,14 @@ AllListEditorPanel::ResetSelection(void)
        AppLogDebug("ENTER");
        __pPresentationModel->RefreshCurrentAlbumContentInfoList(CONTENT_TYPE_ALL);
        __itemCount = __pPresentationModel->GetCurrentAlbumContentInfoCount();
+       __pContentIconListView->UpdateList();
 
        for ( int index = 0; index < __itemCount; index++)
        {
                __pContentIconListView->SetItemChecked(index, false);
+               __pContentIconListView->RefreshList(index,LIST_REFRESH_TYPE_ITEM_MODIFY);
        }
 
-       __pContentIconListView->UpdateList();
-
        String strTmp;
        strTmp = ResourceManager::GetString(L"IDS_ST_POP_NO_ITEMS_SELECTED");