Can
you give us a code snipet?
Usually if you have something like below, this
happens:
GtkTreePath *path = NULL;
gtk_tree_path_next(path);
You should always check for NULL before using a path * - or you will get
this error.
I suspect you are not, so can you be mroe specific?
Regards,
Martyn
|