diff options
Diffstat (limited to 'src/SignalHandlers.cxx')
-rw-r--r-- | src/SignalHandlers.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SignalHandlers.cxx b/src/SignalHandlers.cxx index 331028bde..4fd7675ff 100644 --- a/src/SignalHandlers.cxx +++ b/src/SignalHandlers.cxx @@ -40,7 +40,7 @@ static void exit_signal_handler(G_GNUC_UNUSED int signum) static void reload_signal_handler(G_GNUC_UNUSED int signum) { - GlobalEvents::FastEmit(GlobalEvents::RELOAD); + GlobalEvents::Emit(GlobalEvents::RELOAD); } static void |