From: Syed Khaja Moinuddin Date: Sun, 7 Apr 2013 10:47:54 +0000 (+0900) Subject: Reverted the fix for N_SE-30325. As this should be done X-Git-Tag: accepted/tizen_2.1/20130425.033138~375^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c125fa0b6c42ba73e45d8e437abac0c3c099884f;p=framework%2Fosp%2Fuifw.git Reverted the fix for N_SE-30325. As this should be done in UiBuilderTool. Change-Id: Icb8466b6ffab01c515b3f631721dd037137efef4 Signed-off-by: Syed Khaja Moinuddin --- diff --git a/src/ui/controls/FUiCtrl_SliderImpl.cpp b/src/ui/controls/FUiCtrl_SliderImpl.cpp index db41cb9..b268ffd 100644 --- a/src/ui/controls/FUiCtrl_SliderImpl.cpp +++ b/src/ui/controls/FUiCtrl_SliderImpl.cpp @@ -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);