hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=fc50097f0fcfc49953e1cac73cd859c435a9905b

commit fc50097f0fcfc49953e1cac73cd859c435a9905b
Author: ChunEon Park <[email protected]>
Date:   Sun Jun 1 15:55:24 2014 +0900

    close child windows if setting is opened.
---
 src/bin/menu.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/bin/menu.c b/src/bin/menu.c
index f7d4481..3383c56 100644
--- a/src/bin/menu.c
+++ b/src/bin/menu.c
@@ -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");

-- 


Reply via email to