Fix for NE_SE-42857
authorhs321.lee <hs321.lee@samsung.com>
Tue, 25 Jun 2013 01:06:59 +0000 (10:06 +0900)
committerhs321.lee <hs321.lee@samsung.com>
Tue, 25 Jun 2013 01:07:06 +0000 (10:07 +0900)
Change-Id: I6515e7ee46b68e50399e3b1f3524ebbdc4e0de9f
Signed-off-by: hs321.lee <hs321.lee@samsung.com>
project/src/DetailViewForm.cpp

index a359e1a..1e74dc4 100644 (file)
@@ -80,7 +80,7 @@ DetailViewForm::OnInitializing(void)
        pHeader->SetButton(BUTTON_POSITION_RIGHT, buttonFavorite);
        pHeader->AddActionEventListener(*this);
 
-       __favoriteTextColor = pHeader->GetButtonTextColor(BUTTON_ITEM_STATUS_PRESSED);
+       __favoriteTextColor.SetColorComponents(0x00, 0xff, 0x0, 0xff);
        __normalTextColor = pHeader->GetButtonTextColor(BUTTON_ITEM_STATUS_NORMAL);
 
        Footer* pFooter = GetFooter();