diff options
author | Havoc Pennington <hp@redhat.com> | 2003-02-16 07:20:54 +0000 |
---|---|---|
committer | John Palmieri <johnp@remedyz.boston.redhat.com> | 2006-06-28 08:15:06 -0400 |
commit | 90dc1583a8baa04ae7c24462815da1e1000ec6ea (patch) | |
tree | 7ee152d35b777427647c81cec44dd95420d19e5f /qt | |
parent | 2386b53ab52222e4ffca20e0a36cec1d89ce1dbf (diff) |
2003-02-16 Havoc Pennington <hp@pobox.com>
* dbus/dbus-connection.c (dbus_connection_set_change_sigpipe):
allow people to avoid setting SIGPIPE to SIG_IGN
(_dbus_connection_new_for_transport): disable SIGPIPE unless
we've been asked not to
Diffstat (limited to 'qt')
-rw-r--r-- | qt/.cvsignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/qt/.cvsignore b/qt/.cvsignore index 9626b60..b948585 100644 --- a/qt/.cvsignore +++ b/qt/.cvsignore @@ -4,4 +4,7 @@ Makefile Makefile.in *.lo *.la - +*.bb +*.bbg +*.da +*.gcov |