SVN revision: 79702
This commit is contained in:
Sebastian Dransfeld 2012-11-26 12:28:04 +00:00
parent 327391da95
commit d31424391e
2 changed files with 2 additions and 0 deletions

View File

@ -210,6 +210,7 @@ wizard_page_hide(E_Wizard_Page *pg __UNUSED__)
/* special - language inits its stuff the moment it goes away */
eina_stringshare_del(e_config->language);
e_config->language = eina_stringshare_ref(lang);
/* TODO: This can trigger a efreet cache rebuild, need to wait until it is done */
e_intl_language_set(e_config->language);
e_wizard_labels_update();
return 1;

View File

@ -17,6 +17,7 @@ wizard_page_shutdown(E_Wizard_Page *pg __UNUSED__)
EAPI int
wizard_page_show(E_Wizard_Page *pg __UNUSED__)
{
/* TODO: Wait until icon theme list is built */
Eina_List *l, *themes = efreet_icon_theme_list_get();
Efreet_Icon_Theme *th;
int i;