Hi!
> >
> > Gtk-CRITICAL **: file gtkcontainer.c: line 715 (gtk_container_add):
> > assertion `widget->parent == NULL' failed.
That's obviously a GTK error. All widgets, unless they ARE the top
window, should have a parent (i.e. the pointer to the parent should NOT
be NULL). I suspect that there's a list of ide drives being added to the
container but the programmer(s) who wrote it have stuffed the code up.
Because the widget which is being added has no parent and is invalid, it
can't be displayed.
Hazarding a guess if it were to appear it would tell you the status of
your ide system...
It is most definitely a bug...you should try reporting it.
DAVID
--
I am trying to get more members on the Linux C Lists...
mailto:[EMAIL PROTECTED]?subject=subscribe
And again, more members on the Linux C++ List too...
mailto:[EMAIL PROTECTED]?subject=subscribe
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.