emailservices/emailstore/message_store/client/src/MsgStoreMessagePart.cpp
changeset 51 d845db10c0d4
parent 0 8466d47a6819
equal deleted inserted replaced
49:00c7ae862740 51:d845db10c0d4
   267 					{
   267 					{
   268 						if( i > 0 )  
   268 						if( i > 0 )  
   269 							{
   269 							{
   270 							//body is not the first child, move it to the first place
   270 							//body is not the first child, move it to the first place
   271 							aParts.Remove(i);
   271 							aParts.Remove(i);
   272 							aParts.Insert( part, 0 );
   272 							aParts.InsertL( part, 0 );
   273 							}
   273 							}
   274 						break;
   274 						break;
   275 					}
   275 					}
   276 				}
   276 				}
   277 			}
   277 			}