Mon May 10 18:43:15 2004 Michael Jennings (mej)

Revert change from February 29th.  I never could reproduce it anyway.


SVN revision: 10158
This commit is contained in:
Michael Jennings 2004-05-10 22:43:58 +00:00
parent b73ab6a85d
commit 884367920e
2 changed files with 5 additions and 1 deletions

View File

@ -5215,3 +5215,7 @@ Enable title-reporting and iconname-reporting escape sequences only if
specifically requested by user at compile time. This exists solely to specifically requested by user at compile time. This exists solely to
protect the ignorant and careless from themselves. protect the ignorant and careless from themselves.
---------------------------------------------------------------------- ----------------------------------------------------------------------
Mon May 10 18:43:15 2004 Michael Jennings (mej)
Revert change from February 29th. I never could reproduce it anyway.
----------------------------------------------------------------------

View File

@ -156,7 +156,7 @@ eterm_bootstrap(int argc, char *argv[])
sprintf(tmp, "ETERM_THEME_ROOT=%s", theme_dir); sprintf(tmp, "ETERM_THEME_ROOT=%s", theme_dir);
putenv(tmp); putenv(tmp);
} }
if ((user_dir = conf_parse_theme(&rs_theme, (rs_config_file ? rs_config_file : USER_CFG), (PARSE_TRY_USER_THEME))) != NULL) { if ((user_dir = conf_parse_theme(&rs_theme, (rs_config_file ? rs_config_file : USER_CFG), (PARSE_TRY_USER_THEME | PARSE_TRY_NO_THEME))) != NULL) {
char *tmp; char *tmp;
D_OPTIONS(("conf_parse_theme() returned \"%s\"\n", user_dir)); D_OPTIONS(("conf_parse_theme() returned \"%s\"\n", user_dir));