Closed
Bug 1229
Opened 26 years ago
Closed 26 years ago
Small fix for widget/src/motif/nsTextWidget.cpp
Categories
(Core :: Layout: Form Controls, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: tor, Assigned: ramiro)
Details
Wrong type was giving the compiler heartburn...
--- nsTextWidget.cpp-orig Sat Oct 31 00:35:06 1998
+++ nsTextWidget.cpp Sat Oct 31 00:37:38 1998
@@ -104,7 +104,7 @@
this);
if (mMakeReadOnly) {
- PRUint32 oldReadOnly;
+ PRBool oldReadOnly;
SetReadOnly(PR_TRUE, oldReadOnly);
}
if (mMakePassword) {
Updated•26 years ago
|
Assignee: kmcclusk → ramiro
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 1•26 years ago
|
||
Fixed, thanks. Note we have adopted gtk+ as our
primary front end, motif can still co-exist but
at least take a look at it :-) -Chris
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
marking verified for completeness sake
Moving all Widget Set bugs, past and present, to new HTML Form Controls
component per request from karnaze. Widget Set component will be retired
shortly.
You need to log in
before you can comment on or make changes to this bug.
Description
•