[Bug 1043558] Re: org.gnome.gtk.Dialog.add(Widget widget) broken

2012-10-02 Thread Jason Monroe Martin
I downloaded and installed the debs manually on xubuntu 12.04 with the sun-java6 update 35 I updated depends and rebuilt https://apps.ubuntu.com/cat/applications/compostimate/ All dialogs and widgets used passed. Thanks to all who worked on this. ** Tags removed: verification-needed ** Tags

[Bug 1043558] Re: org.gnome.gtk.Dialog.add(Widget widget) broken

2012-10-02 Thread Jason Monroe Martin
Also, fix has been tested with unreleased application with some extra widgets not found in the original one. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1043558 Title:

[Bug 1043558] Re: org.gnome.gtk.Dialog.add(Widget widget) broken

2012-08-30 Thread Jason Monroe Martin
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 varmain area/var of the Dialog. * * @since 4.0.5

Re: [Bug 1043558] Re: org.gnome.gtk.Dialog.add(Widget widget) broken

2012-08-30 Thread Jason Monroe Martin
Thanks again. On Thu, Aug 30, 2012 at 1:41 PM, Guillaume Mazoyer respawne...@gmail.comwrote: Actually this is the fix that is available in the PPA. You mixed up the two code. Before it was a VBox cast now it is a Box cast (Box being the super-class of VBox). I'll try to put in 12.04 too

[Bug 1043558] [NEW] org.gnome.gtk.Dialog.add(Widget widget) broken

2012-08-29 Thread Jason Monroe Martin
Public bug reported: libjava-gnome-java (4.1.1-2) causes ClassCastException with the Box inside a Dialog see this page http://sourceforge.net/mailarchive/message.php?msg_id=28329835 fixed in https://launchpad.net/~java-gnome/+archive/ppa with 4.1.1-2ubuntu2~ppa1~precise1 (WORKS FOR ME) This