Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 1998 01:01:17 +0100
From:      Mark Huizer <freebsd@xaa.iae.nl>
To:        freebsd-ports@FreeBSD.ORG
Subject:   bugfix for kaffe-1.0b3:ports/9046 addition
Message-ID:  <19981211010117.B810@ariel.xaa.iae.nl>

next in thread | raw e-mail | index | archive | help

--8t9RHnE3ZwKMSgU+
Content-Type: text/plain; charset=us-ascii

well, since I still haven't found a way of telling diff that creating a
file is so close to a diff from an empty file, here comes attached the
patch-ab file for ports/9046

Mark
-- 
Nice testing in little China...

--8t9RHnE3ZwKMSgU+
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch-ab

--- libraries/javalib/java/awt/ScrollPane.java.orig	Fri Dec 11 00:12:45 1998
+++ libraries/javalib/java/awt/ScrollPane.java	Fri Dec 11 00:12:57 1998
@@ -21,9 +21,9 @@
   extends Container
   implements AdjustmentListener, FocusListener
 {
-	final static int SCROLLBARS_AS_NEEDED = 0;
-	final static int SCROLLBARS_ALWAYS = 1;
-	final static int SCROLLBARS_NEVER = 2;
+	public final static int SCROLLBARS_AS_NEEDED = 0;
+	public final static int SCROLLBARS_ALWAYS = 1;
+	public final static int SCROLLBARS_NEVER = 2;
 	int policy;
 	SPAdjustable hScroll;
 	SPAdjustable vScroll;

--8t9RHnE3ZwKMSgU+--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981211010117.B810>