]> Pileus Git - ~andy/gtk/commit
treeview: Don't try to optimize away selection_changed signal
authorBenjamin Otte <otte@redhat.com>
Sat, 10 Dec 2011 05:49:29 +0000 (06:49 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 10 Dec 2011 07:00:26 +0000 (08:00 +0100)
commitd4d2cc14d2c9d504a44f681828c38f2faa846970
treef0801d544f68132482928797d9aad1735af73111
parentef4c4b7836e90f36c6d7fcef8e5e67b6dfab1d66
treeview: Don't try to optimize away selection_changed signal

We get certain cases, in particular with SELECTION_MULTIPLE, where we
cannot figure out in advance of real_set_cursor() if the selection will
actually change.
gtk/gtktreeview.c