phonebookui/pbkcommonui/src/cntfetchmarkall.cpp
changeset 71 7cc7d74059f9
parent 65 ae724a111993
--- a/phonebookui/pbkcommonui/src/cntfetchmarkall.cpp	Thu Sep 02 20:16:15 2010 +0300
+++ b/phonebookui/pbkcommonui/src/cntfetchmarkall.cpp	Fri Sep 17 08:27:32 2010 +0300
@@ -39,9 +39,9 @@
     mCounterLabel = new HbTextItem( this );
     
     mFrame = new HbFrameItem(this);
-    mFrame->frameDrawer().setFrameGraphicsName("qtg_fr_groupbox_normal");
+    mFrame->frameDrawer().setFrameGraphicsName("qtg_fr_groupbox");
     mFrame->frameDrawer().setFrameType(HbFrameDrawer::NinePieces);
-    mFrame->setZValue(-2);
+    mFrame->setZValue(-5);
     
     style()->setItemName(mFrame, "background");
            
@@ -66,6 +66,12 @@
         mCheckBox->setCheckState( Qt::Unchecked );
         blockSignals( false );
     }
+    else if (mSelectionCount == mContactCount)
+    {
+        blockSignals( true );
+        mCheckBox->setCheckState( Qt::Checked );
+        blockSignals( false );
+    }
 }
 
 CntFetchMarkAll::~CntFetchMarkAll()