Closed
Bug 391130
Opened 18 years ago
Closed 18 years ago
View->Apply Theme->Get New Themes doesn't work
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: neil, Assigned: bugzilla)
Details
Attachments
(1 file, 2 obsolete files)
3.81 KB,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
function getNewThemes()
{
openTopWin(gBrandRegionBundle.getString("getNewThemesURL"));
}
We no longer keep the URL in that bundle. Instead the URL can be obtained by
formatting the extensions.getNewThemesURL preference using the URL formatter
in a similar way to the way goReleaseNotes method in utilityOverlay.xul does.
Reporter | ||
Updated•18 years ago
|
Whiteboard: [good first bug]
Assignee | ||
Comment 1•18 years ago
|
||
The pref is now called extensions.getMoreThemesURL.
Reporter | ||
Updated•18 years ago
|
Attachment #275487 -
Flags: review?(neil) → review+
Comment 2•18 years ago
|
||
Looking at MXR can't gBrandRegionBundle be removed as a result of this change?
http://mxr.mozilla.org/seamonkey/search?string=gBrandRegionBundle
That would also also allow the stringbundle bundle_brand_region to be removed from inclusion the XUL:
http://mxr.mozilla.org/seamonkey/search?string=bundle_brand_region&find=%2Fsuite&findi=&filter=&tree=seamonkey
Reporter | ||
Comment 3•18 years ago
|
||
(In reply to comment #2)
>Looking at MXR can't gBrandRegionBundle be removed as a result of this change?
We should absolutely do this as part of this bug.
Assignee | ||
Comment 4•18 years ago
|
||
Attachment #275487 -
Attachment is obsolete: true
Attachment #275594 -
Flags: review?(neil)
Assignee | ||
Comment 5•18 years ago
|
||
Only remove things, that should be removed... thx Neil for spotting that line.
Attachment #275594 -
Attachment is obsolete: true
Attachment #275598 -
Flags: review?(neil)
Attachment #275594 -
Flags: review?(neil)
Reporter | ||
Updated•18 years ago
|
Attachment #275598 -
Flags: review?(neil) → review+
Assignee | ||
Updated•18 years ago
|
Keywords: helpwanted → checkin-needed
![]() |
||
Comment 6•18 years ago
|
||
Checked in, thanks for working on this!
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Whiteboard: [good first bug]
Comment 7•18 years ago
|
||
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a8pre) Gecko/200708081818 SeaMonkey/2.0a1pre] (nightly) (W2Ksp4)
I used to get
{{
Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIStringBundle.GetStringFromName]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: XStringBundle :: getString :: line 17" data: no]
}}
which is gone and the URI is loaded, now.
V.Fixed.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•