GNOME Bugzilla – Bug 330265
[PATCH] Exchange contacts not overwting the addresses.
Last modified: 2006-05-10 11:05:15 UTC
create or update a contact with some mailing address. delete this address and add some new address. refresh and see the mailing address stored in the contact. Contact will have both old and new addresses, instead of replacing. also some time, junk characters get added to the mailing address field.
I observe that if we delete an existing address and add a new address , then on refresh , the new address is shown , which is the expected behaviour . but if we modify an existing mailing adress , the some jumbled output is observed and the mailing address field even goes blank at times . Please verify
I was seeing what I have written in the report. Also note that I said some junk characters getting added at the end. Modify/replace are similar, so if you fix whatever you are seeing, it'll fix the replace case also.
Created attachment 63846 [details] [review] Patch for the above bug The attached patch solves the problem with the address field of the mailing address tab in contacts . There still is a problem with P.O Box field , which is not being added to a new contact . I shall send the patch for it later . Thank you.
Newline looks odd. May be you can use a space there.
Created attachment 64788 [details] [review] New Patch for the bug with a new line replaced with a space
Patch committed to cvs head and gnome-2-14 branches. Filed a bug #341239 on not saving PO box field.