enventor - fix the short-cut key problem when you open a new file in the menu

This commit is contained in:
ChunEon Park 2013-08-28 23:23:45 +09:00
parent 995bb31ee4
commit 4132b57605
1 changed files with 1 additions and 1 deletions

View File

@ -987,7 +987,7 @@ menu_edc_new(menu_data *md)
return EINA_TRUE;
}
edc_reload(md, PROTO_EDC_PATH);
menu_close(md, EINA_TRUE);
menu_close(md, EINA_FALSE);
return EINA_FALSE;
}