mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00

When user hit shutdown or restart from dialog, evoke will immediately sent shutdown/restart signal, causing abnormal X termination, killing all childs. With this commit, evoke will first close all X childs, then send shutdown/restart signal.