fep/aknfep/src/aknfepuserdbdlg.cpp
branchRCL_3
changeset 5 a47de9135b21
parent 0 eb1f2e154e89
child 12 5e18d8c489d6
--- a/fep/aknfep/src/aknfepuserdbdlg.cpp	Fri Feb 19 23:09:27 2010 +0200
+++ b/fep/aknfep/src/aknfepuserdbdlg.cpp	Fri Mar 12 15:44:07 2010 +0200
@@ -1074,16 +1074,20 @@
 
 void CAknFepUserdbDlg::SizeChanged()
     {
+	TRAP_IGNORE(SizeChangedL());
+    }
+void CAknFepUserdbDlg::SizeChangedL()
+    {
     //Change title text
     CEikStatusPane* statusPane = CEikonEnv::Static()->AppUiFactory()->StatusPane();
     CAknTitlePane* title = NULL;
-    TRAP_IGNORE( title = static_cast< CAknTitlePane* >(
-        statusPane->ControlL( TUid::Uid( EEikStatusPaneUidTitle) ) ) );
+    title = static_cast< CAknTitlePane* >(
+        statusPane->ControlL( TUid::Uid( EEikStatusPaneUidTitle) ) );
 
     //Load the new title text
     HBufC* titletext = StringLoader::LoadLC( R_AKNFEP_USER_DB_MANAGEMENT_TITLE );
     //Set title to the new text
-    TRAP_IGNORE( title->SetTextL( *titletext ));
+    title->SetTextL( *titletext );
     CleanupStack::PopAndDestroy( titletext );
     }
 // End of file