diff --git a/src/modules/wizard/page_010.c b/src/modules/wizard/page_010.c index 0b2eeadd5..774a24cf5 100644 --- a/src/modules/wizard/page_010.c +++ b/src/modules/wizard/page_010.c @@ -141,14 +141,14 @@ wizard_page_init(E_Wizard_Page *pg __UNUSED__, Eina_Bool *need_xdg_desktops __UN } return 1; } -/* + EAPI int wizard_page_shutdown(E_Wizard_Page *pg __UNUSED__) { - // FIXME: free blang_list + E_FREE_LIST(blang_list, free); return 1; } -*/ + EAPI int wizard_page_show(E_Wizard_Page *pg) {