From 151987f8e0b7a179cf45032cc2ec5b4360023890 Mon Sep 17 00:00:00 2001 From: sandman Date: Thu, 12 Sep 2002 01:16:41 +0000 Subject: - really remove mrulist - new version of systray, which supports the Exclude list to hide applets --- (limited to 'core/launcher/main.cpp') diff --git a/core/launcher/main.cpp b/core/launcher/main.cpp index ca0bbe4..490af39 100644 --- a/core/launcher/main.cpp +++ b/core/launcher/main.cpp @@ -242,7 +242,7 @@ void handle_sigterm ( int /* sig */ ) int main( int argc, char ** argv ) { - ::signal( SIGCHLD, SIG_IGN ); + ::signal ( SIGCHLD, SIG_IGN ); ::signal ( SIGTERM, handle_sigterm ); ::signal ( SIGINT, handle_sigterm ); -- cgit v0.9.0.2