apply E_SUCCESS return
authorMyung Jin Kim <critical.kim@samsung.com>
Tue, 27 Aug 2013 13:54:41 +0000 (22:54 +0900)
committerMyung Jin Kim <critical.kim@samsung.com>
Tue, 27 Aug 2013 13:54:41 +0000 (22:54 +0900)
Change-Id: I369da1d3e99fd41f3a785cf4da66223884053306

src/ui/FUi_ResourceManager.cpp

index 6c7aec4..c3657c8 100755 (executable)
@@ -643,7 +643,7 @@ _ResourceManager::ReloadTheme(Tizen::Base::String& themeName, bool userdefine)
 result
 _ResourceManager::GetBitmapInternalN(const String& fileName, BitmapPixelFormat pixelFormat, _ControlOrientation orientation, bool isCustom, bool replacementColor, const Color& color, Bitmap*& pBitmap)
 {
-       result r = E_SYSTEM;
+       result r = E_SUCCESS;
        Bitmap* pTempBitmap = null;
        int foundFolderWidth = 0;
        String fullName = FindImagePath(fileName, foundFolderWidth, isCustom);