Helmethead <[EMAIL PROTECTED]> writes:

> Only hint I can think of is set button_list to null before appending to it. and 
>appending is inefficient btw u might consider prepending or using a GList :) but 
>either way set it to NULL first.

Appending to a GList is as inefficient as appending to a GSList. If you need
the items in that particular order, consider prepending and reversing the
list when done.


Salut, Sven

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to