Closed
Bug 74076
Opened 24 years ago
Closed 24 years ago
Wrong URL for Modern preview image
Categories
(SeaMonkey :: Themes, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9
People
(Reporter: neil, Assigned: hewitt)
References
()
Details
Attachments
(2 files)
766 bytes,
patch
|
Details | Diff | Splinter Review | |
2.26 KB,
patch
|
Details | Diff | Splinter Review |
Classic uses this URL for its preview image:
jar:resource:///chrome/classic.jar!/skin/classic/global/preview.gif
However, Modern uses this URL:
skin/modern/global/preview.gif
This doesn't work. Presumably it should be this:
jar:resource:///chrome/modern.jar!/skin/modern/global/preview.gif
Reporter | ||
Comment 1•24 years ago
|
||
Comment 4•24 years ago
|
||
You definitely don't want the "jar:" and ".jar!" bits in there, the chrome
registry should be taking car of that. I think something like
resouce://chrome/modern/skin/modern/global/preview.gif may work...
Reporter | ||
Comment 5•24 years ago
|
||
![]() |
||
Updated•24 years ago
|
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Themes Triage Team Marking nsbeta1+
Comment 10•24 years ago
|
||
r=andreww
Assignee | ||
Comment 11•24 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 12•24 years ago
|
||
Marking verified on windows (2001-04-25-09-Mtrunk).
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•