GNOME Bugzilla – Bug 118577
GtkTreeSelection emits "changed" signal twice when there aren't rows selected previously
Last modified: 2004-12-22 21:47:04 UTC
If I create a GtkTreeView with no rows selected (filling it before doing gtk_widget_show) and select a row (not the first row, another one), the GtkTreeSelection emits two "changed" signals, one for the first row, and a second one for the selected row I think that the first signal is thrown because the GtkTreeWidget gets the focus The expected behaviour I think I should obtain is to get only one "changed" signal for the selected row
*** This bug has been marked as a duplicate of 94837 ***