Hi,

Am 2.11.2005 schrieb "Lillian Angel" <[EMAIL PROTECTED]>:

>Roman pointed out problems with my last Window.java fix. This is a
>better fix for it. I submitted a mauve test for it.

Sorry, I think I was not clear enough on IRC that this mauve test is
invalid and in fact shows that this patch is also invalid. I reverted
this patch just in time for the release. Sorry Lillian.

2005-11-02  Roman Kennke  <[EMAIL PROTECTED]>

        * java/awt/Dialog.java
        (show): Do not call pack() here.

/Roman
Index: java/awt/Dialog.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/awt/Dialog.java,v
retrieving revision 1.24
diff -u -r1.24 Dialog.java
--- java/awt/Dialog.java	2 Nov 2005 18:52:45 -0000	1.24
+++ java/awt/Dialog.java	2 Nov 2005 22:20:36 -0000
@@ -404,7 +404,6 @@
 public synchronized void
 show()
 {
-  pack();
   super.show();
   
   if (isModal())
_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to