 |
| GTK+ Geek |
Joined: Fri Oct 06, 2006 6:37 am Posts: 57
|
|
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
|
|