main: fork/exec after we shutdown...

This commit is contained in:
Alastair Poole 2020-09-04 17:18:32 +01:00
parent 8b7375e124
commit c4b5465c48
1 changed files with 3 additions and 3 deletions

View File

@ -140,14 +140,14 @@ main(int argc, char **argv)
evisum_ui_del(ui);
}
if (restart)
ecore_exe_run("evisum", NULL);
elm_shutdown();
config_shutdown();
ecore_shutdown();
eina_shutdown();
if (restart)
system("evisum");
return 0;
}