Hi, "Shalabh Raizada" <[EMAIL PROTECTED]> writes:
> Gtk-CRITICAL **: file gtkbox.c: line 332 (gtk_box_pack_start): > assertion 'child->parent == NULL' failed. You are attempting to add a widget to a box but the widget has been already been added to another container. > Gtk-CRITICAL **: file gtkbox.c: line 217 (gtk_bin_add): assertion > 'bin->child == NULL' failed. You are attempting to add a widget to a GtkBin but the bin has a child already and a bin can take only one child. Sven _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
