menu: Fix to set config edc path when an edc is loaded

Summary: Fix to set config edc path when an edc is loaded. Otherwise, the loaded edc cannot be saved properly.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1550
This commit is contained in:
Jaehyun Cho 2014-10-21 11:52:55 +09:00 committed by ChunEon Park
parent 6bf9f34ab3
commit c2bec2c14d
1 changed files with 1 additions and 0 deletions

View File

@ -495,6 +495,7 @@ fileselector_load_done_cb(void *data, Evas_Object *obj, void *event_info)
"elm,action,msg,show", "");
return;
}
config_edc_path_set(selected);
enventor_object_file_set(md->enventor, selected);
base_title_set(selected);
fileselector_close(md);