From bca0919d2f2393d3ed9f1d4137b62e221d17fdfe Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Sat, 30 Dec 2017 20:08:44 +0000 Subject: [PATCH] scm: pass new --commit param to edi_scm for commit workflow --- src/bin/edi_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/edi_main.c b/src/bin/edi_main.c index 4a124df..44f8f91 100644 --- a/src/bin/edi_main.c +++ b/src/bin/edi_main.c @@ -1099,7 +1099,7 @@ _edi_menu_scm_commit_cb(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, /* when program terminates update the filepanel */ if (edi_exe_notify_handle("edi_scm_status", _edi_scm_program_exited_cb, NULL)) - edi_exe_notify("edi_scm_status", "edi_scm"); + edi_exe_notify("edi_scm_status", "edi_scm --commit"); chdir(workdir);