Closed
Bug 16169
Opened 25 years ago
Closed 25 years ago
Syntax error caused widget damage not to work when PR_Logging turned off.
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: Jerry.Kirk, Assigned: Jerry.Kirk)
Details
Syntax error caused widget damage not to work when PR_Logging turned off.
The error is:
PR_LOG(PhWidLog, PR_LOG_DEBUG, ("nsWidget::WorkProc damaging widget=<%p> %d
rect=<%d,%d,%d,%d> next=<%p>\n", dqe->widget, i, extent.ul.x, extent.ul.y,
extent.lr.x, extent.lr.y, dqe->next);
PtDamageExtent( dqe->widget, &extent));
obviously the PtDamageExtent should not have two ))'s
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•25 years ago
|
||
I fixed this bug with the above mentioned patch.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•