]> git.deb.at Git - pkg/abook.git/commitdiff
Changed SIGINT behaviour
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Mon, 7 May 2001 12:37:53 +0000 (12:37 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Mon, 7 May 2001 12:37:53 +0000 (12:37 +0000)
ChangeLog
abook.c

index f88948b66499b976b230958fc2e534b84eb8dcee..79357072ec6dfc3b1e96f3ac8c1590814bda916f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
  - major code reorganization (phase 1)
  - fixed help viewer functions
  - ability to disable use of non-ascii characters (configuration option)
+ - changed SIGINT behaviour
 
 0.4.12
  - added man page for abookrc (Alan Ford)
diff --git a/abook.c b/abook.c
index da6192ac1e80763a407edfb26202fb204ae5e530..f61368e445ce59875adab0aef9900c3fd3eb2672 100644 (file)
--- a/abook.c
+++ b/abook.c
@@ -47,7 +47,6 @@ init_abook()
        set_filenames();
        init_options();
 
-       signal(SIGINT, quit_abook);
        signal(SIGKILL, quit_abook);
        signal(SIGTERM, quit_abook);