multibuttonentry: change key up callback into key down callback for consistency
authorJaeun Choi <jaeun12.choi@samsung.com>
Fri, 18 Apr 2014 02:33:43 +0000 (11:33 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 18 Apr 2014 02:33:43 +0000 (11:33 +0900)
commit69ddd5b7f54b266a558059a746d947567192f636
tree672e58b329135ea1188d611414fd9712bb92becc
parentc1613811e76476a5efeaf0f6c893e3b0a62bee06
multibuttonentry: change key up callback into key down callback for consistency

Summary:
Every elementary widget's action is triggered by key down event except multibuttonentry.
There's no reason why focus move and deletion should happen on key up in multibuttonentry.
This patch modifies _layout_key_up_cb into _layout_key_down_cb.

Test Plan: None

Reviewers: raster, Hermet, seoz, jpeg

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D755
legacy/elementary/src/lib/elc_multibuttonentry.c