mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
updated translations and image files for WINGs, bug fixes in WINGs
font handling, bug fixes in wmaker and wraster
This commit is contained in:
@@ -302,7 +302,7 @@ handleSig(int sig)
|
||||
if (already_crashed) {
|
||||
wfatal(_("crashed while trying to do some post-crash cleanup. Aborting immediatelly."));
|
||||
signal(sig, SIG_DFL);
|
||||
raise(sig);
|
||||
kill(getpid(), sig);
|
||||
return;
|
||||
}
|
||||
already_crashed = 1;
|
||||
@@ -328,7 +328,7 @@ handleSig(int sig)
|
||||
|
||||
if (crashAction == WMAbort) {
|
||||
signal(sig, SIG_DFL);
|
||||
raise(sig);
|
||||
kill(getpid(), sig);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -351,7 +351,7 @@ handleSig(int sig)
|
||||
#endif /* !NO_EMERGENCY_AUTORESTART */
|
||||
|
||||
signal(sig, SIG_DFL);
|
||||
raise(sig);
|
||||
kill(getpid(), sig);
|
||||
return;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user