uifw/AvKon/src/aknemptycontrol.cpp
branchRCL_3
changeset 19 aecbbf00d063
parent 5 aabf2c525e0f
child 20 d48ab3b357f1
--- a/uifw/AvKon/src/aknemptycontrol.cpp	Thu Aug 19 10:11:06 2010 +0300
+++ b/uifw/AvKon/src/aknemptycontrol.cpp	Tue Aug 31 15:28:30 2010 +0300
@@ -44,9 +44,7 @@
 CAknEmptyControl::CAknEmptyControl()
 	{
 	AKNTASHOOK_ADD( this, "CAknEmptyControl" );
-//  iIsActiveIdle = AknStatuspaneUtils::IsActiveIdle();
-// Use interface of statuspane transparency instead of check if it is active idle
-  iStatusPane = CEikStatusPaneBase::Current();	
+    iIsActiveIdle = AknStatuspaneUtils::IsActiveIdle();
     }
 
 
@@ -108,8 +106,8 @@
 // ---------------------------------------------------------------------------
 //
 void CAknEmptyControl::Draw( const TRect& /*aRect*/ ) const
-    {      
-    if ( iStatusPane && iStatusPane->IsTransparent() )
+    {
+    if ( iIsActiveIdle )
         {
         return;
         }