On Wed, Dec 06, 2006 at 07:07:35AM +0000, Saba Khan wrote: > I used this method, gtk_tree_model_iter_parent() but i have problem like > this. > gtk_tree_store_iter_parent: assertion `child->stamp == GTK_TREE_STORE > (tree_model)->stamp' failed. > (:7868): Gtk-CRITICAL **: gtk_tree_store_set: assertion `VALID_ITER (iter, > tree_store)' failed > > Please do me feedback. The child iter you pass to gtk_tree_store_iter_parent() is rubbish. When you get failed assertions on function arguments like this, it *ALWAYS* means the arguments you pass are rubbish and don't pass an elementary sanity check. Yeti -- Whatever. _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list