mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Recognize return codes and display appropriate dialog. Works only if
executable was not found or file is not executable. Add mutexes since childs return codes comes from second thread. This will also prevent races when report dialogs are shown.
This commit is contained in:
@ -197,8 +197,10 @@ void Splash::run(void) {
|
||||
|
||||
EvokeService::instance()->unregister_top();
|
||||
|
||||
if(edelib::SoundSystem::inited())
|
||||
if(edelib::SoundSystem::inited()) {
|
||||
edelib::SoundSystem::stop();
|
||||
edelib::SoundSystem::shutdown();
|
||||
}
|
||||
}
|
||||
|
||||
// called when splash option is on
|
||||
|
Reference in New Issue
Block a user