From: Himanshu Date: Wed, 19 Jun 2013 12:16:19 +0000 (+0530) Subject: Fixed issue 42036 X-Git-Tag: submit/tizen_2.2/20130714.134410~44 X-Git-Url: http://review.tizen.org/git/?p=apps%2Fosp%2FGallery.git;a=commitdiff_plain;h=226e0d6d9602e3a92fa4618ecc5fd2e970ff88db Fixed issue 42036 Change-Id: I5b93c6be3a1d356e0e8f902fe450f180c36f919a Signed-off-by: Himanshu --- diff --git a/src/GlAllListEditorPanel.cpp b/src/GlAllListEditorPanel.cpp index 0172a15..5314ae9 100644 --- a/src/GlAllListEditorPanel.cpp +++ b/src/GlAllListEditorPanel.cpp @@ -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");