From: santhosh Date: Fri, 19 Jul 2013 09:26:17 +0000 (+0530) Subject: Fix for 45027 X-Git-Tag: 2.2_release~14 X-Git-Url: http://review.tizen.org/git/?p=apps%2Fosp%2FGallery.git;a=commitdiff_plain;h=29557acd083259d342ce680a790b1daf0c6812eb Fix for 45027 Change-Id: I46c3901b335867e4bbe888f12aa106a4bd0dc066 Signed-off-by: santhosh --- diff --git a/src/GlAlbumListForm.cpp b/src/GlAlbumListForm.cpp index 0fb993b..1e09917 100644 --- a/src/GlAlbumListForm.cpp +++ b/src/GlAlbumListForm.cpp @@ -451,7 +451,6 @@ AlbumListForm::OnContentUpdated(void) { if (__pPresentationModel->GetAppControlMediaType() == APPCONTROL_MEDIA_TYPE_IMAGE) { - __pPresentationModel->ClearThumbnailRequests(false); __pPresentationModel->InitializeAlbumInfoList(CONTENT_TYPE_IMAGE); } else if (__pPresentationModel->GetAppControlMediaType() == APPCONTROL_MEDIA_TYPE_VIDEO) diff --git a/src/GlAlbumListPresentationModel.cpp b/src/GlAlbumListPresentationModel.cpp index 39f2125..9100044 100644 --- a/src/GlAlbumListPresentationModel.cpp +++ b/src/GlAlbumListPresentationModel.cpp @@ -796,6 +796,7 @@ AlbumListPresentationModel::InitializeAlbumInfoList(const ContentType& contentTy pContentDirectoryPathList->RemoveAll(true); delete pContentDirectoryPathList; } + ClearThumbnailRequests(false); AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult())); return;