Fixed issue 42617
authorHimanshu <himanshu.t@samsung.com>
Mon, 24 Jun 2013 05:11:34 +0000 (10:41 +0530)
committerHimanshu <himanshu.t@samsung.com>
Mon, 24 Jun 2013 05:11:34 +0000 (10:41 +0530)
Change-Id: I8c272b7a0a9368d0553af5530073b2ed5bd5fe8d
Signed-off-by: Himanshu <himanshu.t@samsung.com>
src/GlFileListPresentationModel.cpp

index 40ba749..df34571 100644 (file)
@@ -1619,7 +1619,7 @@ FileListPresentationModel::ClearImageCache(void)
 {
        AppLogDebug("FileListPresentationModel::ClearImageCache ++");
 
-       if(__pIconListViewCache != null && __providerId.Equals(APPCONTROL_PROVIDER_ID_IMAGE, false) == true)
+       if(__pIconListViewCache != null)
        {
                AppLogDebug("rashmi __providerId(%ls)", __providerId.GetPointer());
                bool clearThumbnailReq = true;