Closed
Bug 391746
Opened 18 years ago
Closed 18 years ago
cant create new address book - nsIAddressBook.newAddressBook [@ addressbook.js :: AbOnCreateNewAddressBook :: line 349]
Categories
(MailNews Core :: Address Book, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wsmwk, Assigned: Bienvenu)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
1.08 KB,
patch
|
standard8
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
version 3.0a1pre (2007081004)
Error: [Exception... "Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIAddressBook.newAddressBook]" nsresult: "0x80004001 (NS_ERROR_NOT_IMPLEMENTED)" location: "JS frame :: chrome://messenger/content/addressbook/addressbook.js :: AbOnCreateNewAddressBook :: line 349" data: no]
Source File: chrome://messenger/content/addressbook/addressbook.js
Line: 349
Comment 1•18 years ago
|
||
This WFM on Thunderbird nightly (linux) version 3.0a1pre (2007081003) and SeaMonkey and Thunderbird self-built versions.
How are you invoking it? via File -> New -> Address Book?
| Reporter | ||
Comment 2•18 years ago
|
||
yes
happens also in safe mode.
and in a clean profile
| Assignee | ||
Comment 3•18 years ago
|
||
we end up in nsAbDirProperty::CreateNewDirectory instead of nsAbBSDirectory::CreateNewDirectory, even though the object is an nsAbSDirectory and the type signatures are the same. I'm going to do a clean rebuild.
| Assignee | ||
Comment 4•18 years ago
|
||
ok, I see the problem - the type signatures aren't exactly the same - fix upcoming.
| Assignee | ||
Comment 5•18 years ago
|
||
Assignee: nobody → bienvenu
Status: NEW → ASSIGNED
Attachment #276290 -
Flags: superreview?(mscott)
Attachment #276290 -
Flags: review?
Comment 6•18 years ago
|
||
Comment on attachment 276290 [details] [diff] [review]
proposed fix
I'm assuming you were asking me for review... (I've just changed my email address).
This is exactly the same patch as on bug 391047 that's also waiting Scott's review...
Attachment #276290 -
Flags: review? → review+
Updated•18 years ago
|
Attachment #276290 -
Flags: superreview?(mscott) → superreview+
| Assignee | ||
Comment 7•18 years ago
|
||
ah, thx, Mark. I'll just land it.
| Assignee | ||
Comment 8•18 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•