Closed
Bug 228501
Opened 21 years ago
Closed 21 years ago
Warning ``redeclaration of var i'' in file ``chrome://messenger/content/mailWidgets.xml'', line 1002, character 21.
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.7alpha
People
(Reporter: timeless, Assigned: neil)
Details
Attachments
(1 file, 1 obsolete file)
1.82 KB,
patch
|
Bienvenu
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
Warning ``redeclaration of var i'' [xs] in file
``chrome://messenger/content/mailWidgets.xml'', line 1002, character 21.
Attachment #137433 -
Flags: review?(neil.parkwaycc.co.uk)
Assignee | ||
Comment 2•21 years ago
|
||
I rewrote the other search header extraction so not only did I remove the first
declaration of i but it actually works with junk in the pref e.g. this patch
correctly interprets " : : Foo : : Bar : : " as ["Foo","Bar"] as per the C++.
Assignee | ||
Updated•21 years ago
|
Attachment #137448 -
Flags: superreview?(mscott)
Attachment #137448 -
Flags: review?(bienvenu)
Updated•21 years ago
|
Attachment #137448 -
Flags: superreview?(mscott) → superreview+
Updated•21 years ago
|
Attachment #137448 -
Flags: review?(bienvenu) → review+
Assignee | ||
Comment 3•21 years ago
|
||
Mine :-)
Assignee: timeless → neil.parkwaycc.co.uk
Target Milestone: --- → mozilla1.7alpha
Attachment #137433 -
Flags: review?(neil.parkwaycc.co.uk)
Assignee | ||
Comment 4•21 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Attachment #137433 -
Attachment is obsolete: true
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•