GNOME Bugzilla – Bug 82344
don't emit selection_changed twice first time
Last modified: 2011-02-04 16:11:52 UTC
When selecting a row in GtkTreeView for the first time (when the treeview first gets focus) two selection_changed signals are emited. First one for the first row in the tree/list (probably when the widget gets forcus?) Second the line actually selected. This seems like the wrong behaviour.
Yes you get a GtkTreeSelection::changed when the widget gets focus. In some cases this is *really* annoying. We need a mode API!
*** This bug has been marked as a duplicate of 94837 ***