Re: gtktreeview.c



"Padraig O'Briain" <Padraig Obriain Sun COM> writes:  
> -  for (list = tree_view->priv->columns; list; list = list->data)
> +  for (list = tree_view->priv->columns; list; list = list->next)

Ah, the old "list = list->data" trick. I fixed one of those in my code
the other day. ;-) Gotta love typesafety!

Havoc



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