Closed
Bug 1540010
Opened 7 years ago
Closed 7 years ago
Changing download directory pref broken
Categories
(Thunderbird :: Preferences, enhancement)
Thunderbird
Preferences
Tracking
(thunderbird68 fixed)
VERIFIED
FIXED
Thunderbird 68.0
| Tracking | Status | |
|---|---|---|
| thunderbird68 | --- | fixed |
People
(Reporter: darktrojan, Assigned: darktrojan)
Details
Attachments
(1 file, 1 obsolete file)
|
959 bytes,
patch
|
darktrojan
:
review+
|
Details | Diff | Splinter Review |
Foiled by this!
| Assignee | ||
Comment 1•7 years ago
|
||
Attachment #9054373 -
Flags: review?(mkmelin+mozilla)
Comment 2•7 years ago
|
||
Comment on attachment 9054373 [details] [diff] [review]
1540010-download-dir-this-1.diff
Review of attachment 9054373 [details] [diff] [review]:
-----------------------------------------------------------------
Could you bind it instead?
Preferences.get("browser.download.dir").on("change", gDownloadDirSection.readDownloadDirPref.bind(gDownloadDirSection));
r=mkmelin for that
Attachment #9054373 -
Flags: review?(mkmelin+mozilla)
| Assignee | ||
Comment 3•7 years ago
|
||
I like my way better, but whatever.
Attachment #9054373 -
Attachment is obsolete: true
Attachment #9054416 -
Flags: review+
| Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/0cffb1aa9e14
Bind gDownloadDirSection.readDownloadDirPref when called from a listener. r=mkmelin DONTBUILD
Updated•7 years ago
|
Target Milestone: --- → Thunderbird 68.0
status-thunderbird68:
--- → fixed
Updated•7 years ago
|
Status: VERIFIED → RESOLVED
Closed: 7 years ago → 7 years ago
Resolution: WORKSFORME → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•