multibuttonentry: Item selected callback called twice redundantly.
authorwoochan lee <wc0917.lee@samsung.com>
Sat, 14 Feb 2015 13:56:05 +0000 (22:56 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 14 Feb 2015 13:56:05 +0000 (22:56 +0900)
commitd887cd1113e846d88b5b5a648397db5f21e01668
treec2044121294e5a59c8a7593bba282584a3ccc71c
parent04cd39759baff384c5fa207c16f4a4a82bd54f83
multibuttonentry: Item selected callback called twice redundantly.

Summary:
_current_item_change() called at _item_select() internally.
it means _current_item_changed() called two times in vain.
so that's why item select callback called two times.
@fix

Test Plan:
1. Run elementary_test
2. Excute multibuttonentry sample.
3. Added some items and click the item area.
4. Select signal called two times.

Reviewers: Hermet, woohyun, JackDanielZ, seoz

Reviewed By: seoz

Differential Revision: https://phab.enlightenment.org/D1955
src/lib/elc_multibuttonentry.c