Make the login_shell option behave as all others

Cheers cippp!
This commit is contained in:
Markus Törnqvist 2014-01-12 20:08:38 +02:00
parent 1f62a447a3
commit d802bf6324
1 changed files with 7 additions and 3 deletions

View File

@ -2924,9 +2924,13 @@ elm_main(int argc, char **argv)
size_h = 24; size_h = 24;
} }
} }
// for now if not set - dont do login shell - later from config if (login_shell != 0xff)
if (login_shell == 0xff) login_shell = EINA_FALSE; {
config->login_shell = login_shell;
config->temporary = EINA_TRUE;
}
login_shell = config->login_shell;
remote: remote:
if ((!single) && (config->multi_instance)) if ((!single) && (config->multi_instance))