Merge " HW key changes" into tizen_2.2
authorHyuksoonChoi <hs619.choi@samsung.com>
Wed, 12 Jun 2013 10:31:40 +0000 (19:31 +0900)
committerGerrit Code Review <gerrit2@kim11>
Wed, 12 Jun 2013 10:31:40 +0000 (19:31 +0900)
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();
                        }