GNOME Bugzilla – Bug 731455
GtkTreeView::row-activated on empty space
Last modified: 2014-06-11 15:58:07 UTC
I'm seeing some crashes in the gtkinspector where we get row-activated with a NULL path. The treeview docs give no hint that that is expected, so I guess it is fallout from the gesture merge.
This is now fixed by commit 89f38b5f Author: Carlos Garnacho <carlosg@gnome.org> Date: Wed Jun 11 16:29:52 2014 +0200 treeview: Move all button press/release management to the multipress gesture The multipress gesture on the bin window now also does all the business related to row selection. As row selection and activation can't be easily decoupled, this fixes certain problems around ::row-activated being emitted on NULL paths.