CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Roman Kennke <[EMAIL PROTECTED]>        05/09/24 22:05:13

Modified files:
        .              : ChangeLog 

Log message:
        Forgot the ChangeLog with my last patch.
        
        2005-09-24  Roman Kennke  <[EMAIL PROTECTED]>
        
        * javax/swing/JComponent.java
        (paint): Check if clip == null and if so set it to the component's
        bounds.
        * gnu/java/awt/peer/gtk/GdkGraphics2D.java
        (getClipBounds): Added null check so that null is returned when
        clip == null, instead of throwing an NPE while accessing
        null.getBounds2D().

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4960&tr2=1.4961&r1=text&r2=text



Reply via email to