--- a/commsconfig/cscapplicationui/src/cscappui.cpp Tue Feb 02 00:05:57 2010 +0200
+++ b/commsconfig/cscapplicationui/src/cscappui.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"
@@ -211,17 +211,9 @@
//
void CCSCAppUi::HandleResourceChangeL( TInt aType )
{
- CSCDEBUG( "CCSCAppUi::HandleResourceChangeL - begin" );
-
- if ( aType == KAknsMessageSkinChange ||
- aType == KEikDynamicLayoutVariantSwitch )
- {
- iServiceView->UpdateLayout( aType );
- }
+ CSCDEBUG( "CCSCAppUi::HandleResourceChangeL" );
CAknViewAppUi::HandleResourceChangeL( aType );
-
- CSCDEBUG( "CCSCAppUi::HandleResourceChangeL - end" );
}