RE: Problem with "(gtk_tree_path_next) : assertion ' path != NULL ' failed"



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
-----Original Message-----
From: Markus Wolters [mailto:markuswolters gmx de]
Sent: 20 February 2003 23:27
To: gtk-app-devel-list gnome org
Subject: Problem with "(gtk_tree_path_next) : assertion ' path != NULL' failed"

Hallo,
 
I try to get the next item in my tree, but every time I get these error message.
 
Could anyone describe me, how to solve this problem?
 
Thanks,
Markus


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