emailuis/emailui/src/FreestyleEmailUiSettingsListView.cpp
changeset 4 e7aa27f58ae1
parent 2 5253a20d2a1e
child 8 e1b6206813b4
equal deleted inserted replaced
3:a4d6f1ea0416 4:e7aa27f58ae1
   617 	if ( IsForeground() )
   617 	if ( IsForeground() )
   618 		{
   618 		{
   619 		CAknView::HandleStatusPaneSizeChange();
   619 		CAknView::HandleStatusPaneSizeChange();
   620 		
   620 		
   621 		// this may fail, but we're not able to propagate exceptions here
   621 		// this may fail, but we're not able to propagate exceptions here
   622 		TInt result;
   622         TRAP_IGNORE( SetupStatusPaneL() ); 
   623 		TRAP( result, SetupStatusPaneL() ); 
       
   624 		}
   623 		}
   625 	}
   624 	}
   626 
   625 
   627 
   626 
   628 // End of file.
   627 // End of file.