Hi all,

I have a GTK Warning saying that:

GtkWarning: gtk_tree_model_filter_iter_has_child: assertion
`filter->priv->stamp == iter->stamp' failed
  if iter and self.modelfilter.iter_has_child(iter):

the pygtk code before this line is this one:

try:
   iter = self.modelfilter.convert_child_iter_to_iter(child_iter)
except RuntimeError:
   # iter is not visible in filtered model
   iter = None
if iter and self.modelfilter.iter_has_child(iter):
   [...]

Did I misunderstood something with modelfilter ? Is there a problem in
my code ? I don't understand why this warning appear :/

Thanks for your help
-- 
Yann
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to