[uim-commit] r856 - trunk/xim
ekato at freedesktop.org
ekato at freedesktop.org
Wed Jun 1 22:14:08 PDT 2005
Author: ekato
Date: 2005-06-01 22:14:06 -0700 (Wed, 01 Jun 2005)
New Revision: 856
Modified:
trunk/xim/main.cpp
Log:
* xim/main.cpp (main) : Use SIGUSR1 instaed of SIGINT for
reloading uim.
Modified: trunk/xim/main.cpp
===================================================================
--- trunk/xim/main.cpp 2005-06-02 01:41:25 UTC (rev 855)
+++ trunk/xim/main.cpp 2005-06-02 05:14:06 UTC (rev 856)
@@ -557,7 +557,7 @@
printf("Using full-synchronous XIM event flow\n");
signal(SIGPIPE, SIG_IGN);
- signal(SIGINT, reload_uim);
+ signal(SIGUSR1, reload_uim);
check_helper_connection();
More information about the uim-commit
mailing list