From 532cd80e3ba96f065908a222c2a756eadf78a074 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 4 Aug 2010 02:00:59 +0000 Subject: [PATCH] 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 --- src/bin/e_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 9d831402f..d43a23951 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -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 */