Closed
Bug 248797
Opened 21 years ago
Closed 21 years ago
Unable to delete mailing list in contacts list compose window
Categories
(Thunderbird :: Address Book, defect)
Thunderbird
Address Book
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird0.8
People
(Reporter: bugzilla, Assigned: mscott)
Details
Attachments
(1 file)
1.67 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040615 Firefox/0.9
Build Identifier: Thunderbird version 0.7+ (20040621)
I am unable to delete a mailing list in the contacts list of the compose window.
Reproducible: Always
Steps to Reproduce:
1. Create a mailing list in the address book
2. Start a new compose window and make the contacts list visible (if nessecary)
3. Right click on mailing list and select delete
Actual Results:
JavaScript error in the JavaScript Console:
Error: gAddressBookBundle has no properties
Source File: chrome://messenger/content/addressbook/abCommon.js
Line: 304
Expected Results:
This message should be displayed:
Are you sure you want to delete the selected mailing list?
Reporter | ||
Comment 1•21 years ago
|
||
Adds the missing bundle_addressBook stringbundle and initialises the global var
gAddressBookBundle
Assignee | ||
Comment 2•21 years ago
|
||
fixed branch and trunk. thank you for the patch.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird0.8
You need to log in
before you can comment on or make changes to this bug.
Description
•