Expose the current E icon theme to env so that elm apps can 'getenv'

that value (E_ICON_THEME) and match icons w/ E.



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

View File

@ -584,6 +584,8 @@ main(int argc, char **argv)
}
_e_main_shutdown_push(e_config_shutdown);
e_util_env_set("E_ICON_THEME", e_config->icon_theme);
locked |= e_config->desklock_start_locked;
/* set all execced stuff to configured priority */