emailuis/emailui/src/ncsaifeditor.cpp
branchRCL_3
changeset 12 4ce476e64c59
parent 10 f5907b1a1053
child 18 6b8f3b30d0ec
--- a/emailuis/emailui/src/ncsaifeditor.cpp	Mon Mar 15 12:39:10 2010 +0200
+++ b/emailuis/emailui/src/ncsaifeditor.cpp	Wed Mar 31 21:08:33 2010 +0300
@@ -588,7 +588,7 @@
     // First, add all the addresses without updating the editor text contents 
     for ( TInt i=0 ; i<aAddresses.Count() ; i++ )
         {
-    	AddAddressL( *aAddresses[i], EFalse );
+    	AddAddressL( *aAddresses[i], ETrue );
         }
     // Update editor text content after all the items have been added
     RepositionEntriesL( NULL );
@@ -888,7 +888,6 @@
 	// This ensures items remain in correct order when populating field from
 	// existing message.
 	TInt cursorPos = CursorPos();
-	
     // if we are at the end of editor the address was
     // added from MRU list or separator was typed in
     if ( cursorPos == Text()->DocumentLength() )