Closed
Bug 119675
Opened 23 years ago
Closed 23 years ago
import 4.x addressbook always stores state as work state when you're importing into "home"
Categories
(SeaMonkey :: MailNews: Address Book & Contacts, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.8
People
(Reporter: sspitzer, Assigned: sspitzer)
Details
import 4.x addressbook always stores state as work state when you're importing
into "home".
on 4.x ab import, we ask you if you want to put import into home, or into work.
if you choose home, we'll still import the state attribute into work.
here's the fix, it will be part of bug #116973
if (mStoreLocAsHome )
- mDatabase->AddHomeZipCode(newRow, column.get());
+ mDatabase->AddWorkState(newRow, column.get());
else
mDatabase->AddWorkState(newRow, column.get());
}
| Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.8
| Assignee | ||
Comment 1•23 years ago
|
||
fixed.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 2•23 years ago
|
||
Trunk build 2002-02-01-03: WinMe
Trunk build 2002-02-01-08: Linux RH 7.1
Trunk build 2002-01-01-08: Mac 10.1
Verified Fixed.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•