entry no longer completely breaks focus by focusing itself on selection signal
authorzmike <michael.blumenkrantz@gmail.com>
Sat, 26 Apr 2014 05:41:15 +0000 (01:41 -0400)
committerzmike <michael.blumenkrantz@gmail.com>
Sat, 26 Apr 2014 05:41:15 +0000 (01:41 -0400)
commit07c2da9e2c59bf2ddb4d95226195a27dbdfea3eb
tree17061343e147a1e45f581081b49861b230a1a63c
parent0615b6385b668b113716b1f74595cad9a53726e7
entry no longer completely breaks focus by focusing itself on selection signal

I don't know why this was added, but it breaks the ability to set focus on any widgets at all under some circumstances. it also is nonsensical since you should never need to set focus while selecting because:

* you are selecting with the mouse button, thereby having previously triggered focus from the mouse click

* you are selecting using api, in which case there's a config option to allow retaining selection which is also conceptually broken by this behavior

@fix
legacy/elementary/src/lib/elm_entry.c