Closed
Bug 414959
Opened 18 years ago
Closed 18 years ago
Missing link on the Plugins pane of the Add-ons manager dialog
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3
People
(Reporter: ssitter, Assigned: philor)
Details
Attachments
(1 file)
|
1.68 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2008013003 Thunderbird/3.0a1pre - Build ID: 2008013003
When viewing the Plugins pane of the Add-ons manager, the "Get Plugins" link is missing and an error occurs on the Error Console. This is due to the fact that the "extensions.getMorePluginsURL" pref is missing:
Error: formatURLPref: Couldn't get pref: extensions.getMorePluginsURL
Source File: file:///E:/thunderbird/components/nsURLFormatter.js
Line: 63
Comment 1•18 years ago
|
||
WFM on Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b3pre) Gecko/2008013103 Lightning/0.6a1 Thunderbird/3.0a1pre ID:2008013103
(link works fine too)
| Assignee | ||
Comment 2•18 years ago
|
||
It does? Where did you get the pref? (It does WFM from one tree, where I patched it a while back, but then decided that we could just wait for the AMO integration pane to make it unnecessary.)
Comment 3•18 years ago
|
||
Ah, sorry - must have misread plugins as add-ons. Don't have a link now when I checked again.
| Assignee | ||
Comment 4•18 years ago
|
||
Though it would have helped if I'd actually looked at how the get add-ons pane was going to work, since it's just a boolean pref, and if you turn extensions.getAddons.showPane off, then we're right back to not having a URL.
Assignee: nobody → philringnalda
Status: NEW → ASSIGNED
Attachment #302513 -
Flags: review?(mkmelin+mozilla)
Comment 5•18 years ago
|
||
Comment on attachment 302513 [details] [diff] [review]
Fix v.1
Looks good! r=me
Attachment #302513 -
Flags: review?(mkmelin+mozilla) → review+
Updated•18 years ago
|
OS: Windows XP → All
Hardware: PC → All
Target Milestone: --- → Thunderbird 3
| Assignee | ||
Comment 6•18 years ago
|
||
mail/app/profile/all-thunderbird.js 1.107
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•