diff -r d8ac8e5e4721 -r fc91263aee62 messagingapp/msgui/msgapp/src/msglistviewitem.cpp --- a/messagingapp/msgui/msgapp/src/msglistviewitem.cpp Tue Sep 14 22:54:56 2010 +0530 +++ b/messagingapp/msgui/msgapp/src/msglistviewitem.cpp Fri Sep 17 20:01:45 2010 +0530 @@ -335,7 +335,6 @@ mUnReadMsg = true; mNewMsgIndicatorItem->frameDrawer().setFrameGraphicsName( NEW_ITEM_FRAME); - repolish(); // Needed for colour group changes to be visible QCoreApplication::postEvent(this, new HbEvent( HbEvent::ThemeChanged)); @@ -348,7 +347,6 @@ mUnReadMsg = false; mNewMsgIndicatorItem->frameDrawer().setFrameGraphicsName( QString()); - repolish(); // Needed for colour group changes to be visible QCoreApplication::postEvent(this, new HbEvent( HbEvent::ThemeChanged)); @@ -367,14 +365,4 @@ mMsgCommonIndicatorItem->show(); } -//--------------------------------------------------------------- -// MsgListViewItem::orientationchanged -// @see header file -//--------------------------------------------------------------- -void MsgListViewItem::orientationchanged(Qt::Orientation orientation) -{ - Q_UNUSED(orientation) - repolish(); -} - //EOF