1
0
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:
kojima
1999-05-31 20:34:00 +00:00
parent 81d1ec430f
commit 7f36af4fdf
34 changed files with 3783 additions and 2987 deletions

View File

@@ -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;
}