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)

Sun
Solaris
defect

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) {
Assignee: kmcclusk → ramiro
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
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
Status: RESOLVED → VERIFIED
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.