* src/gramps.py: Add SIGCHLD handler

svn: r1686
This commit is contained in:
Don Allingham 2003-06-10 17:10:44 +00:00
parent 4a6631d148
commit 87d698b39f

View File

@ -22,6 +22,7 @@
import sys
import os
import locale
import signal
try:
import pygtk
@ -62,6 +63,9 @@ import gtk
#-------------------------------------------------------------------------
import gramps_main
signal.signal(signal.SIGCHLD, signal.SIG_DFL)
args = sys.argv[1:]
try: