> (Whitemice.Consonance.exe:9672): Gtk-CRITICAL **: file gtktreeview.c:
> line 4751 (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.

Doh! Doh! Doh!

The "disparity between the internal view of..." made me suspicious.
Sure enough, an Application.Invoke got removed further up in code,  the
view was rendering at the same time the store was being update.
Wackiness ensued (as expected).

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to