[Bug AWT/19453] AWT FileDialog gives warnings

mark at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Jan 15 16:20:00 GMT 2005


------- 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  <mark@klomp.org>

        Reported by Martin Platter <motse@complang.tuwien.ac.at>
        * 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



More information about the Gcc-bugs mailing list