Closed Bug 158937 Opened 22 years ago Closed 22 years ago

comment wrong

Categories

(Core :: Layout, defect, P3)

defect

Tracking

()

RESOLVED FIXED
mozilla1.2alpha

People

(Reporter: Biesinger, Assigned: Biesinger)

References

()

Details

the comment reads // BUTTON CONSTRUCTION, however, the code says:
else if (aTag == nsXULAtoms::autorepeatbutton) {

(see also line 5345)

should probably be changed to AUTOREPEATBUTTON
Priority: -- → P3
biesi, wanna fix this?  Marc's not likely to, so... ;)
taking bug
Assignee: attinasi → cbiesinger
Severity: normal → trivial
OS: Linux → All
Hardware: PC → All
Target Milestone: --- → mozilla1.2alpha
Index: style/src/nsCSSFrameConstructor.cpp
===================================================================
RCS file: /cvsroot/mozilla/layout/html/style/src/nsCSSFrameConstructor.cpp,v
retrieving revision 1.754
diff -u -r1.754 nsCSSFrameConstructor.cpp
--- style/src/nsCSSFrameConstructor.cpp	19 Jul 2002 21:58:09 -0000	1.754
+++ style/src/nsCSSFrameConstructor.cpp	24 Jul 2002 07:58:48 -0000
@@ -5321,7 +5321,7 @@
 
         } 
       } // End of BUTTON CONSTRUCTION logic
-   // BUTTON CONSTRUCTION
+      // AUTOREPEATBUTTON CONSTRUCTION
       else if (aTag == nsXULAtoms::autorepeatbutton) {
         processChildren = PR_TRUE;
         isReplaced = PR_TRUE;
@@ -5342,7 +5342,7 @@
           frameHasBeenInitialized = PR_TRUE;
 
         } 
-      } // End of BUTTON CONSTRUCTION logic
+      } // End of AUTOREPEATBUTTON CONSTRUCTION logic
 
 
 	   // TITLEBAR CONSTRUCTION
Status: NEW → ASSIGNED
r=timeless sr=bz on irc
a=asa (on behalf of drivers) for checkin to 1.1
checked in
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.