Hi,

according to 
http://developer.classpath.org/pipermail/classpath-patches/2006-May/002443.html,
there is now no need to check for INIT_LOAD_LIBRARY in gtk-peer because of 
some gcj change, so I assume that's the same case for qt-peer.
I send the patch that removes the check from qt-peer (there is only 1 such 
check).

Please comment if you know whether this is needed. Thanks.

Regards,
Boris Dusek
Index: gnu/java/awt/peer/qt/QtToolkit.java
===================================================================
RCS file: /sources/classpath/classpath/gnu/java/awt/peer/qt/QtToolkit.java,v
retrieving revision 1.5
diff -r1.5 QtToolkit.java
139,140c139
<     if (Configuration.INIT_LOAD_LIBRARY)
<       System.loadLibrary("qtpeer");
---
>     System.loadLibrary("qtpeer");

Reply via email to