summaryrefslogtreecommitdiff
path: root/www/mozilla/patches/patch-63846
blob: f5c0012a821d31b8d7f0495ec70f5fa55f7633bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-63846,v 1.1 2001/02/07 23:48:17 mycroft Exp $

--- layout/html/forms/src/nsImageControlFrame.cpp.orig	Wed Feb  7 23:45:45 2001
+++ layout/html/forms/src/nsImageControlFrame.cpp	Wed Feb  7 23:45:05 2001
@@ -447,7 +447,7 @@
     nsIContent *formContent = nsnull;
     mFormFrame->GetContent(&formContent);
 
-    nsEventStatus status;
+    nsEventStatus status = nsEventStatus_eIgnore;
     nsEvent event;
     event.eventStructType = NS_EVENT;
     event.message = NS_FORM_SUBMIT;