diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
commit | 6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch) | |
tree | fb8d61358190cc429db453d54fb9920ccfde716f /java/jdk16/files/patch-awt_Component.c | |
parent | ea16706c62b542adc8f3b887256bf215bf914db6 (diff) |
Diffstat (limited to 'java/jdk16/files/patch-awt_Component.c')
-rw-r--r-- | java/jdk16/files/patch-awt_Component.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/java/jdk16/files/patch-awt_Component.c b/java/jdk16/files/patch-awt_Component.c deleted file mode 100644 index db768c611349..000000000000 --- a/java/jdk16/files/patch-awt_Component.c +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/src/solaris/native/sun/awt/awt_Component.c.orig 27 Oct 2003 12:16:41 -0000 1.4 -+++ ../../j2se/src/solaris/native/sun/awt/awt_Component.c 1 Mar 2004 21:36:45 -0000 1.5 -@@ -1179,7 +1179,7 @@ - } - XtVaSetValues(to, XmNtraversalOn, True, NULL); - } -- } else if (from != NULL) { -+ } else if (from != NULL && to != NULL) { - // disable the tree starting from uncommon part to 'from' - if (parents_from[index] == parents_to[index]) { - if (index == count_from - 1) { |