Re: gtt problems



Hi,

>>>>> On Fri, 8 Jan 1999 05:33:06 +0100
>>>>> Markus Stumpf <maex-lists-gnome-list@Space.Net> said:

 Markus> gtt (gnome-utils-0.99.1) doesn't show the projects.
 Markus> Gtk-CRITICAL **: file gtkbox.c: line 364 (gtk_box_pack_end):
 Markus> assertion `child->parent == NULL' failed.

The following patch made it work for me. I sent it to Eckehard Berns
but he has not responded yet.


diff -u gnome-utils/gtt/app.c~ gnome-utils/gtt/app.c
--- gnome-utils/gtt/app.c~	Sat Jan  9 14:06:48 1999
+++ gnome-utils/gtt/app.c	Sat Jan  9 14:06:48 1999
@@ -211,7 +211,7 @@
                            TRUE, TRUE, 1);
 
         glist = create_clist();
-	gtk_box_pack_end(GTK_BOX(vbox), glist, TRUE, TRUE, 0);
+	gtk_box_pack_end(GTK_BOX(vbox), glist->parent, TRUE, TRUE, 0);
 	gtk_widget_show(glist);
 
 	gtk_widget_show(vbox);

HTH,

	Robbe

-- 
Robert Bihlmeyer	reads: Deutsch, English, MIME, Latin-1, NO SPAM!
<robbe@orcus.priv.at>	<http://stud2.tuwien.ac.at/~e9426626/sig.html>


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