]> git.sur5r.net Git - i3/i3lock/commit
Bug fix: Call clear_input() when the password is wrong.
authoroblique <psyberbits@gmail.com>
Thu, 17 Oct 2013 10:35:33 +0000 (13:35 +0300)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 20 Oct 2013 20:34:22 +0000 (22:34 +0200)
commit33d953fbdf4f8630e919643974f32ce6793c7c2b
tree27a4b675af8d9aa61a0b151a917f43e923a334f5
parenta305e622a6cad3f9ba267d6810fee54b7c7c86c3
Bug fix: Call clear_input() when the password is wrong.

clear_input() calls start_clear_indicator_timeout() to clear the
indicator after 1 second. This had as a result the screen to be cleared
when the "verifying…" message was showed, so the "wrong!" message didn't
show up when the password was wrong.

First bad commit: a305e62
i3lock.c