>Gtk-CRITICAL **: file gtkbin.c: line 217 (gtk_bin_add): assertion 
>`bin->child == NULL' failed.

you're attempting to add two children to a GtkBin object. you can't do
that. check the places where you call gtk_container_add().

--p

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to