Closed
Bug 442052
Opened 17 years ago
Closed 17 years ago
Update preferences for "browser.download.manager.useWindow"
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3
People
(Reporter: sdwilsh, Assigned: gozer)
Details
Attachments
(1 file)
778 bytes,
patch
|
dmosedale
:
review+
|
Details | Diff | Splinter Review |
"browser.download.manager.useWindow" was removed in bug 439495, so thunderbird should remove it from its prefs.js file.
Assignee | ||
Comment 1•17 years ago
|
||
The preference browser.download.manager.useWindows was removed in bug 439495.
This patch removes it from TB's prefs.js
Attachment #326947 -
Flags: review?
Assignee | ||
Updated•17 years ago
|
Attachment #326947 -
Flags: review? → review?(dmose)
Comment 2•17 years ago
|
||
sdwilsh forgot to mention that we should also remove the .openDelay that we were actually using until he pulled it out from under us in bug 389982 :)
Reporter | ||
Comment 3•17 years ago
|
||
(In reply to comment #2)
> sdwilsh forgot to mention that we should also remove the .openDelay that we
> were actually using until he pulled it out from under us in bug 389982 :)
I thought I filed a bug on that one... :(
Comment 4•17 years ago
|
||
Comment on attachment 326947 [details] [diff] [review]
remove browser.download.manager.useWindows from TB's prefs.js
r=dmose; thanks for the patch!
Attachment #326947 -
Flags: review?(dmose) → review+
Updated•17 years ago
|
Whiteboard: checkin-needed
Comment 5•17 years ago
|
||
Shawn, dmose, wouldn't the current setting be desired for Gecko 1.9.0 as long as TB still runs off that? (and can then be removed once it switches to Hg as well).
removing checkin-needed keyword just in case I am right.
Whiteboard: checkin-needed
Reporter | ||
Comment 6•17 years ago
|
||
The preference was redundant, which is why it was removed. Setting the showWhenStarting will accomplish the same effect, and is much clearer. It shouldn't hurt you to not have the preference defined (defaults to true in 1.9.0)
Comment 8•17 years ago
|
||
Checking in mail/app/profile/all-thunderbird.js;
/cvsroot/mozilla/mail/app/profile/all-thunderbird.js,v <-- all-thunderbird.js
new revision: 1.118; previous revision: 1.117
done
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•