------- Additional Comments From mark at gcc dot gnu dot org  2005-01-15 16:20 
-------
The crash probably came from the use of '.' instead of '/' in the JNI method
signature requested in the native code. Fixed in GNU Classpath CVS by:

2005-01-15  Mark Wielaard  <[EMAIL PROTECTED]>

        Reported by Martin Platter <[EMAIL PROTECTED]>
        * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c
        (Java_gnu_java_awt_peer_gtk_GtkFileDialogPeer_nativeSetFile):
        Correct method signature of gtkSetFilename.

It still does produce a warning:

(:29697): GLib-GObject-WARNING **: g_object_set_valist: object class
`GtkFileChooserDialog' has no property named `gtk-ok'


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-15 16:20:26
               date|                            |
            Summary|AWT FileDialog crashes      |AWT FileDialog gives
                   |                            |warnings


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19453

Reply via email to