Expose selected E_ICON_THEME to env so elm apps can read it, if they

want to, and set a matching icon theme.



SVN revision: 50798
This commit is contained in:
Christopher Michael 2010-08-04 02:01:38 +00:00
parent 532cd80e3b
commit 0313571194
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,8 @@ _basic_apply(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
e_config->icon_theme_overrides = !!cfdata->overrides;
e_config_save_queue();
e_util_env_set("E_ICON_THEME", e_config->icon_theme);
ev = E_NEW(E_Event_Config_Icon_Theme, 1);
if (ev)
{