cnu_sree GTK+ Geek
Joined: 06 Oct 2006 Posts: 57
|
Posted: Tue May 08, 2007 8:59 am Post subject: gtktreeview warning |
|
|
iam using gtktreeview in my application
sometimes ima getting the following warning and my application is hanging or getting segmentation fault
warning is :
(Gecko:23207): Gtk-CRITICAL **: file gtktreeview.c: line 3701 (gtk_tree_view_bin_expose): assertion `has_next' failed.
There is a disparity between the internal view of the GtkTreeView,
and the GtkTreeModel. This generally means that the model has changed
without letting the view know. Any display from now on is likely to
be incorrect.
wht it mean and y it is comingg
how can i solve this problem |
|