From 8af550b782a0d85fbb7811b952350c97cbc2f24d Mon Sep 17 00:00:00 2001 From: mycroft Date: Wed, 7 Feb 2001 23:48:17 +0000 Subject: Bring in the fix for bug #63846, which prevents many buttons from working on at least macppc (due to an uninitialized variable!). --- www/mozilla/files/patch-sum | 3 ++- www/mozilla/patches/patch-63846 | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 www/mozilla/patches/patch-63846 diff --git a/www/mozilla/files/patch-sum b/www/mozilla/files/patch-sum index 7c829b27004..42725671a85 100644 --- a/www/mozilla/files/patch-sum +++ b/www/mozilla/files/patch-sum @@ -1,5 +1,6 @@ -$NetBSD: patch-sum,v 1.43 2001/01/16 16:01:21 taya Exp $ +$NetBSD: patch-sum,v 1.44 2001/02/07 23:48:17 mycroft Exp $ +MD5 (patch-63846) = b7a13657f0a09447df6ec21a0d66a27e MD5 (patch-aa) = 0fe7add7513f8b9dc51db32332e40997 MD5 (patch-ab) = efa1943830a07a011187e0de0c7b343f MD5 (patch-ac) = 37c5e93a87f43262c38c9fe46a513740 diff --git a/www/mozilla/patches/patch-63846 b/www/mozilla/patches/patch-63846 new file mode 100644 index 00000000000..f5c0012a821 --- /dev/null +++ b/www/mozilla/patches/patch-63846 @@ -0,0 +1,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; -- cgit v1.2.3