NSE_41056
authorrashmi udaya <rashmi.uday@samsung.com>
Wed, 12 Jun 2013 08:48:53 +0000 (14:18 +0530)
committerrashmi udaya <rashmi.uday@samsung.com>
Wed, 12 Jun 2013 08:48:53 +0000 (14:18 +0530)
Change-Id: Iba7acdc705572d4476769931c70e34254979d3ba

src/GlThumbnailProvider.cpp

index 377ef46..fe8f230 100644 (file)
@@ -329,7 +329,10 @@ ThumbnailProvider::GetThumbnailInfoN(const ContentId& contentId) const
                        String path = pContentInfo->GetContentPath();
                        if (path.EndsWith(L"tif") != true
                                && path.EndsWith(L"tiff") != true
-                               && path.EndsWith(L"wbmp") != true)
+                               && path.EndsWith(L"wbmp") != true
+                               && path.EndsWith(L"TIF") != true
+                               && path.EndsWith(L"TIFF") != true
+                               && path.EndsWith(L"WBMP") != true)
                        {
                                pBitmap = pContentInfo->GetThumbnailN();
                        }