--- a/commsconfig/cscapplicationui/src/cscservicecontainer.cpp Tue Feb 02 00:05:57 2010 +0200
+++ b/commsconfig/cscapplicationui/src/cscservicecontainer.cpp Fri Feb 19 22:44:34 2010 +0200
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2007-2007 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
@@ -551,6 +551,14 @@
mainPaneRect );
SetRect( mainPaneRect );
DrawNow();
+ iListBox->DrawNow();
+
+ // Get handler to status pane.
+ CEikStatusPane* statusPane = iEikonEnv->AppUiFactory()->StatusPane();
+ if ( statusPane )
+ {
+ statusPane->DrawNow();
+ }
}
CCoeControl::HandleResourceChange( aType );