Fix smoketest blocker bug 70683 by making some changes blake missed with his fix for bug 60703. r=mao sr=alecf a=kysmith

This commit is contained in:
dbaron@fas.harvard.edu
2001-03-02 18:39:22 +00:00
parent 42877884e5
commit 62f13334d8
6 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ nsFileControlFrame::MouseClick(nsIDOMEvent* aMouseEvent)
if (mouseEvent) {
PRUint16 whichButton;
if (NS_SUCCEEDED(mouseEvent->GetButton(&whichButton))) {
if (whichButton != 1) {
if (whichButton != 0) {
return NS_OK;
}
}