Re-enable SIGTERM handling
commita108f9162cc98e501e2458cd8b35c499b7f87384
authorMatthew Brush <matt@geany.org>
Wed, 5 Oct 2016 16:27:34 +0000 (5 09:27 -0700)
committerMatthew Brush <mbrush@codebrainz.ca>
Fri, 4 Aug 2017 09:22:04 +0000 (4 02:22 -0700)
tree90ccc615c2a5f7a0bb1b606819dd2a60f3f17e1d
parentfd38a49b55d7a4bfdb98069ac3bc839bf49d803b
Re-enable SIGTERM handling

Now that a new enough GLib is available the signal can be
handled cleanly on the main loop using the GSource for Unix signals.
This replaces the illegal SIGTERM handling that was disabled in
fbb89f523af47b35e238678d348cfa98e56c760a.

Closes #1255
src/libmain.c