Re: [gtk-list] Bug in g_list_remove?
- From: Havoc Pennington <rhpennin midway uchicago edu>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Bug in g_list_remove?
- Date: Sun, 13 Sep 1998 16:46:44 -0500 (CDT)
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]