gtt problems



gtt (gnome-utils-0.99.1) doesn't show the projects.

Gtk-CRITICAL **: file gtkbox.c: line 364 (gtk_box_pack_end): assertion
`child->parent == NULL' failed.

This is probably due to the fact, that in clist.c:153 there is
    gtk_container_add (GTK_CONTAINER (sw), w);
which adds a parent to "w".

Later on in app.c:214 there happens a
    gtk_box_pack_end(GTK_BOX(vbox), glist, TRUE, TRUE, 0);
which complains about "glist" already having a parent.

Tried top remove the gtk_container_add() in clist.c
Then the projects are shown.
However the MenuBar is empty and gets mapped the first time you click
on the (invisible) menu items.
And: clicking on the projects results in "GNOME: not found" messages.

gtk used is gtk+-1.1.12

	\Maex




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