Reverted the fix for N_SE-30325. As this should be done
authorSyed Khaja Moinuddin <moinuddin.s@samsung.com>
Sun, 7 Apr 2013 10:47:54 +0000 (19:47 +0900)
committerSyed Khaja Moinuddin <moinuddin.s@samsung.com>
Sun, 7 Apr 2013 10:47:54 +0000 (19:47 +0900)
in UiBuilderTool.

Change-Id: Icb8466b6ffab01c515b3f631721dd037137efef4
Signed-off-by: Syed Khaja Moinuddin <moinuddin.s@samsung.com>
src/ui/controls/FUiCtrl_SliderImpl.cpp

index db41cb9..b268ffd 100644 (file)
@@ -731,7 +731,7 @@ protected:
                        pSlider->SetBarColor(color);
                }
 
-               if (pControl->GetElement(L"barBGColor", elementString))
+               if (pControl->GetElement(L"barBackgroundColor", elementString))
                {
                        ConvertStringToColor(elementString, color);
                        pSlider->SetBarBackgroundColor(color);