messagingapp/msgui/msgapp/src/msglistviewitem.cpp
changeset 67 fc91263aee62
parent 56 f42d9a78f435
child 76 60a8a215b0ec
--- 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