Re: [gtk-list] Bug in g_list_remove?




On Sun, 13 Sep 1998, Robin Ericsson wrote:
>         g_list_remove (list1, w);
> 
>   

You have to do this:

list1 = g_list_remove(list1, w);

Havoc




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