Sebastian Spaeth 45e0b233a5 signal handler should only be called with 2 args
I accidentally added "self" as first parameter to the signal handler
method. Of course it is not called with a class instance, the signal
handler always only receives 2 parameters: the signal number and the
stack frame. So just removing the self fixes things.

Proposed-by: Christian Holme <cholme@gmx.com>
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-02-15 19:19:28 +01:00
..
2011-02-09 19:29:01 +01:00
2011-01-25 19:19:14 +01:00
2011-01-18 18:40:29 +01:00
2006-08-12 05:15:55 +01:00
2006-08-12 05:15:55 +01:00
2011-01-14 19:25:11 +01:00
2011-01-25 19:19:14 +01:00