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

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to