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)
>      if (gtk_tree_view_is_expander_column (tree_view, GTK_TREE_VIEW_COLUMN 
> (list->data)))
>        return (GtkTreeViewColumn *) list->data;
>    return NULL;

Darn tab completion.  Please commit.

-Jonathan



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