summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-12-04 21:17:20 +0000
committerMark Wielaard <mark@klomp.org>2006-12-04 21:17:20 +0000
commit3c8afd2e2d8f20d98889e8b5abc5180d130d224c (patch)
tree558d87396413c008cdd764b4e7d8d4ce74eba2a0 /ChangeLog
parent6ae24ae28a2f2e3a63ebcf16bc223a206144874f (diff)
downloadclasspath-3c8afd2e2d8f20d98889e8b5abc5180d130d224c.tar.gz
* javax/swing/plaf/basic/BasicTreeUI.java (paint): Check whether
path[k] is null. (isLastChild): Return false when path is null.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e77f081be..21ca3de55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-12-03 Mark Wielaard <mark@klomp.org>
+ * javax/swing/plaf/basic/BasicTreeUI.java (paint): Check whether
+ path[k] is null.
+ (isLastChild): Return false when path is null.
+
+2006-12-03 Mark Wielaard <mark@klomp.org>
+
* gnu/java/awt/peer/gtk/GtkComponentPeer.java (paintArea): Renamed
to currentPaintArea.
(paintComponent): Work with local reference to currentPaintArea.