billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=dcf31cf140fbcce42af7144302721d6a765366c5

commit dcf31cf140fbcce42af7144302721d6a765366c5
Author: Boris Faure <[email protected]>
Date:   Thu Nov 14 12:57:59 2019 +0100

    main: do not set config as temporary by default
---
 src/bin/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/main.c b/src/bin/main.c
index 4aabc07..9bcd88b 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -111,7 +111,7 @@ _configure_instance(Ipc_Instance *inst)
         config->temporary = EINA_TRUE;
      }
 
-   if (inst->login_shell)
+   if (inst->login_shell != 0xff)
      {
         inst->config->login_shell = inst->login_shell;
         inst->config->temporary = EINA_TRUE;

-- 


Reply via email to