[Glade-users] Problem with glade-3



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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]