Closed
Bug 61835
Opened 24 years ago
Closed 24 years ago
[static ctor]widget/src/gtk/nsWindow.cpp
Categories
(Core :: XUL, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: dbaron)
References
Details
(Keywords: topembed+)
Attachments
(1 file)
652 bytes,
patch
|
Details | Diff | Splinter Review |
See bug 60709 and bug 49575 for reasons why we should remove dependence on
static constructors.
I have no idea why a static was used in nsWindow::SetIcon since it's used so
rarely. So the patch just makes it initialize sysDir every time. (It could
even be faster because it's allocated on the stack...)
Assignee | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
r=pavlov
Comment 3•24 years ago
|
||
sr=waterson
Assignee | ||
Comment 4•24 years ago
|
||
Fix checked in 2000-12-08 20:13 PST.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•