gcommit: get_column_number: assertion i < gtk_tree_view_get_n_columns (treeview)' failed
Bug #929319 reported by
Curtis Hovey
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar GTK+ Frontends |
Triaged
|
Low
|
Unassigned |
Bug Description
This can be reporoduced in gci by selecting partial commit,
unselecting a file checkbox, then selecting the all files radio button.
The call to checked_
To post a comment you must log in.
This is very perplexing. I see this error changing the visibility of a column after it has been added to the treeview. I think the error is coming from the accessibility code that wants to report the number of visible columns. The methods reported in the error have existed since November 2011. This may be a Gtk defect, or it is considered an error to change a column's visibility once the treeview has drawn.
I may write a test to reproduce this and send it upstream.
I have changes in place that disable the checkboxes instead of hiding the column. This is not ideal, but may be what we must accept if changing column visibility is wrong in Gtk.