Closed
Bug 169860
Opened 23 years ago
Closed 23 years ago
undefined variable error in ComposerCommands.js
Categories
(SeaMonkey :: Composer, defect)
SeaMonkey
Composer
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: glazou, Assigned: glazou)
References
()
Details
Attachments
(1 file)
|
601 bytes,
patch
|
neil
:
review+
kinmoz
:
superreview+
|
Details | Diff | Splinter Review |
Charley, the way you applied fix to ComposerCommands.js for bug 169029 is
VERY STRANGE because it added your lines w/o removing the old ones...
3252 if (gEditorDisplayMode != kDisplayModeAllTags)
3253 SetEditMode(kDisplayModeAllTags);
3254 if (gEditorDisplayMode != gDisplayModeAllTags)
3255 SetEditMode(gDisplayModeAllTags);
the two first lines by Charley the 18th modifying the two last by Kathy the 17th.
| Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Comment on attachment 99955 [details] [diff] [review]
patch #1
r=neil@parkwaycc.co.uk (although I'm surprised this didn't get fixed yesterday
after I mentioned it)
Attachment #99955 -
Flags: review+
Attachment #99955 -
Flags: superreview+
| Assignee | ||
Comment 4•23 years ago
|
||
zis iz chèqued in
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•