Re : GtkTreeView sorting triggered by cell renderer while, retaining row selection

2010-01-04 Thread Nicolas SOUBEIRAN
I've already signaling the issue between selection and toggle cell : here is the answer by kris If the column is sorted, when one activates the toggle, the tree is re-sorted (normal) but the selected row is changed (unexpected). I investigated and I found that when clicking on a toggle cell rend

GtkTreeView sorting triggered by cell renderer while retaining row selection

2010-01-03 Thread Johannes H. Jensen
Hello, I've stumbled upon a peculiar problem with GtkTreeView and selections when combined with sorting. Please download and see the simple test case code[1] and associated GtkBuilder UI[2] for reference. (Compile with: gcc $(pkg-config --libs --cflags gtk+-2.0) treeview.c -o treeview) So I have