nsmith wrote:
>
> Hi,
>
> I am having a little trouble with the afore mentioned function. Whenever I
> call it my system recieves a seg. fault. basically the line(s) look like
> this:
>
> gtk_clist_append ((GtkCList *) clist, entry_text);
Try running it in gdb (preferably after compiling GTK+ with CFLAGS=-g).
Quite often you can spot the problem immediately.
Damon
+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.