bin/main: this is not intended.

This commit is contained in:
ChunEon Park 2015-03-01 12:34:15 +09:00
parent 5d779f3dc7
commit 65a52d4968
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,6 @@ enventor_common_setup(Evas_Object *enventor)
config_edc_fnt_path_list_get());
enventor_object_path_set(enventor, ENVENTOR_RES_DATA,
config_edc_dat_path_list_get());
enventor_object_file_set(enventor, config_edc_path_get());
}
static Eina_Bool
@ -542,6 +541,8 @@ enventor_setup(app_data *ad)
enventor_common_setup(enventor);
enventor_object_file_set(enventor, config_edc_path_get());
base_enventor_set(enventor);
base_title_set(config_edc_path_get());
base_live_view_set(enventor_object_live_view_get(enventor));