Closed
Bug 242319
Opened 21 years ago
Closed 17 years ago
ns*Dlg::Parse should not return nsINIParser errors
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: ajschult784, Unassigned)
Details
The ns*Dlg::Parse functions return error codes to nsXInstaller::ParseConfig, but
many are nsINIParser errors, like nsINIParser::E_NO_KEY. These are passed on to
ErrorHandler, which has no idea what they mean, so it just spews like:
"Fatal error [-705]: (null)"
The ::Parse functions should return only standard error codes.
Updated•21 years ago
|
QA Contact: bugzilla → agracebush
Updated•20 years ago
|
Product: Browser → Seamonkey
Comment 1•17 years ago
|
||
This won't be fixed on Trunk, where the Sm-Linux installer has been discontinued.
Andrew, feel free to REOPEN for the 1.1.x Branch if appropriate.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•