Comment 2 for bug 1043558

Revision history for this message
Jason Monroe Martin (agrellum) wrote :

Thanks,

Will this make into 12.04 (LTS) ?

and I just downloaded the latest java-gnome-4.1.2.tar.xz released today.

Dialog.java stills looks like this. I am I correct that it was not fixed upstream?

     /**
     * Add a Widget to the <var>main area</var> of the Dialog.
     *
     * @since 4.0.5
     */
    public void add(Widget widget) {
        final Box box;

        box = (Box) this.getChild();
        box.add(widget);
    }