Closed Bug 751157 Opened 12 years ago Closed 12 years ago

Reference to non-existing dictionaryGeneric.png in mozapps/extensions/newaddon.css

Categories

(Toolkit :: Themes, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla15

People

(Reporter: rctgamer3, Assigned: ananuti)

References

Details

(Whiteboard: [good first bug][mentor=dao][lang=css])

Attachments

(1 file)

chrome/toolkit/skin/classic/mozapps/extensions/newaddon.css contains a reference to chrome://mozapps/skin/plugins/dictionaryGeneric.png which does not exist at that location (added in bug 591780, target mozilla10):

.addon-info[type="dictionary"] #icon {
  list-style-image: url("chrome://mozapps/skin/plugins/dictionaryGeneric.png");
}

dictionaryGeneric.png DOES exist in mozapps/extensions/, so the (above) rule should be (changed to):

.addon-info[type="dictionary"] #icon {
  list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
}
Component: Theme → Themes
Product: Firefox → Toolkit
QA Contact: theme → themes
Blocks: 591780
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [good first bug][mentor=dao][lang=css]
Attached patch patchSplinter Review
Attachment #620556 - Flags: review?(dao)
Assignee: nobody → ananuti
Comment on attachment 620556 [details] [diff] [review]
patch

thanks!
Attachment #620556 - Flags: review?(dao) → review+
Keywords: checkin-needed
https://hg.mozilla.org/integration/mozilla-inbound/rev/f45abf187f28
Flags: in-testsuite-
Keywords: checkin-needed
Target Milestone: --- → mozilla15
https://hg.mozilla.org/mozilla-central/rev/f45abf187f28
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: