Closed
Bug 248276
Opened 21 years ago
Closed 21 years ago
In <am-main.js>, "Warning: redeclaration of var account"
Categories
(SeaMonkey :: MailNews: Account Configuration, defect)
SeaMonkey
MailNews: Account Configuration
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.8beta1
People
(Reporter: sgautherie, Assigned: sgautherie)
Details
Attachments
(1 file)
|
1.42 KB,
patch
|
neil
:
review+
dmosedale
:
superreview+
|
Details | Diff | Splinter Review |
[Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a1) Gecko/20040520] (release) (W98SE)
{{
Warning: redeclaration of var account
Source File: chrome://messenger/content/am-main.js
Line: 72, Column: 6
Source Code:
var account = parent.getCurrentAccount();
}}
| Assignee | ||
Comment 1•21 years ago
|
||
Warning fix, plus a little code order change.
Assignee: sspitzer → gautheri
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 151511 [details] [diff] [review]
(Av1) <am-main.js>
[Checked in: Comment 5]
This code is from
{{
1.15 <scott@scott-macgregor.org> 2004-05-12 15:02
Bug #44863 --> First cut at a UI for multiple identities
sr=bienvenu
}}
Attachment #151511 -
Flags: superreview?(mscott)
Attachment #151511 -
Flags: review?(neil.parkwaycc.co.uk)
Updated•21 years ago
|
Attachment #151511 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Updated•21 years ago
|
Product: Browser → Seamonkey
| Assignee | ||
Updated•21 years ago
|
Flags: blocking1.8b?
Target Milestone: --- → mozilla1.8beta
| Assignee | ||
Comment 3•21 years ago
|
||
Comment on attachment 151511 [details] [diff] [review]
(Av1) <am-main.js>
[Checked in: Comment 5]
No super-review from <mscott@mozilla.org> since "2004-06-23" :-(
Attachment #151511 -
Flags: superreview?(mscott) → superreview?(dmose)
Updated•21 years ago
|
Flags: blocking1.8b? → blocking1.8b-
Comment 4•21 years ago
|
||
Comment on attachment 151511 [details] [diff] [review]
(Av1) <am-main.js>
[Checked in: Comment 5]
sr=dmose
Attachment #151511 -
Flags: superreview?(dmose) → superreview+
Comment 5•21 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•21 years ago
|
Attachment #151511 -
Attachment description: (Av1) <am-main.js> → (Av1) <am-main.js>
[Checked in: Comment 5]
Attachment #151511 -
Attachment is obsolete: true
Updated•20 years ago
|
Attachment #151511 -
Attachment is obsolete: false
You need to log in
before you can comment on or make changes to this bug.
Description
•