diff -r fbb813aef148 -r 7e4e4bcc75b6 messagingappbase/msgeditor/viewsrc/MsgExpandableControlEditor.cpp --- a/messagingappbase/msgeditor/viewsrc/MsgExpandableControlEditor.cpp Tue May 11 16:10:04 2010 +0300 +++ b/messagingappbase/msgeditor/viewsrc/MsgExpandableControlEditor.cpp Tue May 25 12:38:02 2010 +0300 @@ -1274,13 +1274,7 @@ // void CMsgExpandableControlEditor::SetTextSkinColorIdL() { - TAknsQsnTextColorsIndex colorId = EAknsCIQsnTextColorsCG6; - if ( !IsReadOnly() && IsFocused() ) - { - colorId = EAknsCIQsnTextColorsCG8; - } - - CEikEdwin::SetTextSkinColorIdL( colorId ); + CEikEdwin::SetTextSkinColorIdL( EAknsCIQsnTextColorsCG6 ); } // ---------------------------------------------------------