From: hs321.lee Date: Tue, 25 Jun 2013 01:06:59 +0000 (+0900) Subject: Fix for NE_SE-42857 X-Git-Tag: 2.2_release~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b222c3c70cd41d2182065b7b4d892c59b6c411f;p=samples%2Fnative%2FContacts.git Fix for NE_SE-42857 Change-Id: I6515e7ee46b68e50399e3b1f3524ebbdc4e0de9f Signed-off-by: hs321.lee --- diff --git a/project/src/DetailViewForm.cpp b/project/src/DetailViewForm.cpp index a359e1a..1e74dc4 100644 --- a/project/src/DetailViewForm.cpp +++ b/project/src/DetailViewForm.cpp @@ -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();