multibuttonentry: Delete duplicate running code.
authorwoochan lee <wc0917.lee@samsung.com>
Tue, 3 Feb 2015 02:38:21 +0000 (11:38 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Tue, 3 Feb 2015 02:38:21 +0000 (11:38 +0900)
commit17a63524c08b6fc400b16cbb0acd8a32fe7e7bba
tree77c8c45ffa03b90ea1e4b47438dfad43643d3253
parentbc605e439b738776ea3eb4e07273c19d807b47d3
multibuttonentry: Delete duplicate running code.

Summary:
When layout clicked, "elm_widget_on_focus()" called with "entry_focus_in()" callback.
The "view update" and "focus set to entry" already call in those callbacks, so i deleted duplicate code and it also make focus issue when user click the entry to add item.
@fix

Test Plan:
Run elementary_test.

1. excute multibuttonentry.
2. click the entry area.
3. see the elm_widget_on_focus called twice.
   (layout callback function called view update -> elm_box_unpack called in view update ->
    entry lose focus -> on_focus_callback call again)

Reviewers: Hermet, seoz, Jaehyun_Cho, JackDanielZ

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