e-comp-wl: Don't call keyboard_modifiers_update twice
authorChris Michael <cp.michael@samsung.com>
Tue, 14 Jul 2015 14:17:23 +0000 (10:17 -0400)
committerChris Michael <cp.michael@samsung.com>
Tue, 14 Jul 2015 17:29:02 +0000 (13:29 -0400)
commit5052bd926699dfe4417ee2d096100e80d9a11cfb
treec937d74890741b2dc8985934a38ffb1d32dabdd3
parent161b67a53dd3b364ef5bc21314fcb42f7287363e
e-comp-wl: Don't call keyboard_modifiers_update twice

e_comp_wl_input_keyboard_state_update already makes a call to
e_comp_wl_input_keyboard_modifeirs_update so there is no need to call
it twice on key up/down events.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_comp_wl.c