equal
deleted
inserted
replaced
526 description.Copy( text->Ptr(), length ); |
526 description.Copy( text->Ptr(), length ); |
527 CleanupStack::PopAndDestroy( text ); |
527 CleanupStack::PopAndDestroy( text ); |
528 iMtm.SetSubjectL( description ); |
528 iMtm.SetSubjectL( description ); |
529 modified = ETrue; |
529 modified = ETrue; |
530 } |
530 } |
|
531 else |
|
532 { |
|
533 iMtm.SetSubjectL( KNullDesC() ); |
|
534 } |
531 } |
535 } |
532 // variation has changed On->Off and message opened from Drafts |
536 // variation has changed On->Off and message opened from Drafts |
533 else if ( modified ) |
537 else if ( modified ) |
534 { |
538 { |
535 iMtm.SetSubjectL( KNullDesC() ); |
539 iMtm.SetSubjectL( KNullDesC() ); |