Comment 6 for bug 226568

Revision history for this message
Arman (abaratif) wrote :

ok, it is doing the same thing again, but at least it can print debug output now...

(code)
./xblstatus.py:501: GtkWarning: gtk_tree_model_filter_iter_next: assertion `GTK_TREE_MODEL_FILTER (model)->priv->stamp == iter->stamp' failed
  gtk.main()
./xblstatus.py:501: GtkWarning: file /build/buildd/gtk+2.0-2.12.9/gtk/gtktreeview.c: line 5948 (validate_visible_area): 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.

  gtk.main()

(/code)

lines 499-501 are

    # create the GUI
    xblstatus = XBLStatus(xbLive, config_parser)
    gtk.main()

so a gtk gui isssue...