messagingapp/msgui/msgapp/src/msglistviewitem.cpp
changeset 72 6f657153cbc5
parent 70 a15d9966050f
--- a/messagingapp/msgui/msgapp/src/msglistviewitem.cpp	Fri Sep 17 08:28:39 2010 +0300
+++ b/messagingapp/msgui/msgapp/src/msglistviewitem.cpp	Mon Oct 04 00:13:15 2010 +0300
@@ -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