close child windows if setting is opened.

This commit is contained in:
ChunEon Park 2014-06-01 15:55:24 +09:00
parent ed89dd1d97
commit fc50097f0f
1 changed files with 3 additions and 0 deletions

View File

@ -330,6 +330,9 @@ toggle_create(Evas_Object *parent, const char *text, Eina_Bool state)
static void
setting_open(menu_data *md)
{
search_close();
goto_close();
//Layout
Evas_Object *layout = elm_layout_add(base_win_get());
elm_layout_file_set(layout, EDJE_PATH, "setting_layout");