Fix palm sync bustage from bug 279405

git-svn-id: svn://10.0.0.236/trunk@224806 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bugzilla%standard8.demon.co.uk
2007-04-20 21:14:19 +00:00
parent 4efc0a3536
commit 2caa7d3384

View File

@@ -234,7 +234,8 @@ nsresult nsAbIPCCard::Copy(nsABCOMCardStruct * srcCard)
CONVERT_CRLF_TO_SPACE(str, srcCard->custom4);
SetCustom4(str);
SetNotes(srcCard->notes);
str.Assign(srcCard->notes);
SetNotes(str);
SetLastModifiedDate(srcCard->lastModifiedDate);
SetIsMailList(srcCard->isMailList);
SetMailListURI(srcCard->mailListURI);