Re: assertion `VALID_ITER (parent, tree_store)' failed?



On Wed, Mar 24, 2010 at 11:59:59PM -0500, Micheal Smith wrote:
    // The following line is what triggers the failed assertion.
    gtk_tree_store_append(treestore, &toplevel, &child);

The arguments of gtk_tree_store_append() are store, iter, parent.  You
seem to have them the other way round.

Yeti




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