Closed
Bug 369359
Opened 18 years ago
Closed 18 years ago
Preferences are not fully cleared after address book is deleted
Categories
(Thunderbird :: Address Book, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 249613
People
(Reporter: damiano.albani, Assigned: mscott)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.10) Gecko/20060902 Firefox/1.0.4 (Debian package 1.0.4-2sarge11)
Build Identifier: Thunderbird 2.0b1
When an address book is deleted, its prefs aren't not fully cleared : the "ldap_2.servers.XXX.position" pref remains (where "XXX" is the name of the address book).
Reproducible: Always
Steps to Reproduce:
1. Create a new address book (local or even LDAP)
2. Delete it from the UI
3. Check the content of prefs.js in your profile directory
Actual Results:
There remains the pref :
user_pref("ldap_2.servers.XXX.position", 0);
where XXX is the name of the address book.
Expected Results:
No prefs related to an address book should be left after it has been deleted.
Comment 1•18 years ago
|
||
Duplicate of bug 249613 (marked as wontfix - see comments on that bug).
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•