[Glade-users] Problem with glade-3
Gerald Britton
gerald.britton at gmail.com
Fri Apr 17 16:20:09 EDT 2009
Created a bug entry with the before and after files:
http://bugzilla.gnome.org/show_bug.cgi?id=579345
On Fri, Apr 17, 2009 at 4:13 PM, Gerald Britton
<gerald.britton at gmail.com> wrote:
> Hi -- I used glade-3 to convert a libglade file to gtkbuilder format.
> It reported no errors, but when I try to use the new file, I get these
> errors:
>
> $ python
> Python 2.6.2c1 (release26-maint, Apr 14 2009, 08:02:48)
> [GCC 4.3.3] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import gtk
>>>> x = gtk.Builder()
>>>> x.add_from_file('/tmp/test.glade')
> __main__:1: GtkWarning: Unknown property: GtkEntry.group
> __main__:1: Warning: IA__g_object_set_valist: invalid object type
> `GtkEntry' for value type `GtkRadioButton'
> __main__:1: GtkWarning: gtk_button_box_set_child_secondary: assertion
> `child->parent == GTK_WIDGET (widget)' failed
> 1L
>
> I can't match up the first two errors with anything in the glade file
> and I don't know what the third one means. I can send the files or
> open a bug report if this is a bug
> --
> Gerald Britton
>
--
Gerald Britton
More information about the Glade-users
mailing list