efm: have a sane click-to-rename behavior.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 21 Sep 2012 21:35:17 +0000 (21:35 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 21 Sep 2012 21:35:17 +0000 (21:35 +0000)
commit0698d74a6a5a0a2c6be1a7003ee048b62fba3b6e
tree62f37d35df181bb0fb91cfc7e542251334553150
parent921d88a8e0a84a3c1f102f509c9630ced80aca37
efm: have a sane click-to-rename behavior.

Delaying rename entry by 0.75s makes absolutely no sense. As well
there is no sense in always rename if you click the label and the icon
was unselected (quite common in list views).

The proper behavior is to just rename the icon if it was selected, but
ignore the initial click used to select the icon, even if on
label. This is done by remembering the time it was selected, no need
for timer.

SVN revision: 77002
src/bin/e_fm.c