diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-05-14 00:12:10 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-05-14 00:12:10 +0800 |
commit | cd1b05ca912641d3f4bbcd0cb0f5de34b8650a86 (patch) | |
tree | 0a86d96b14379a79048a79dcb8d14267ab1e222f /mail/ChangeLog | |
parent | 990d1ba48a42ca1888a19844b9f9daa34f4e619b (diff) | |
download | gsoc2013-evolution-cd1b05ca912641d3f4bbcd0cb0f5de34b8650a86.tar.gz gsoc2013-evolution-cd1b05ca912641d3f4bbcd0cb0f5de34b8650a86.tar.zst gsoc2013-evolution-cd1b05ca912641d3f4bbcd0cb0f5de34b8650a86.zip |
Removed. (make_factory): No need to set up the SIGSEGV redirect handler
* component-factory.c (segv_redirect): Removed.
(make_factory): No need to set up the SIGSEGV redirect handler
here, since it's already done in the shell now, and it's in-proc.
* folder-browser-ui.c (folder_browser_ui_rm_all): Only do the
bonobo_ui_component() stuff if the component does have a
container.
svn path=/trunk/; revision=21156
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 3ca7d54b0b..a7e1a285dc 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2003-05-13 Ettore Perazzoli <ettore@ximian.com> + + * component-factory.c (segv_redirect): Removed. + (make_factory): No need to set up the SIGSEGV redirect handler + here, since it's already done in the shell now, and it's in-proc. + + * folder-browser-ui.c (folder_browser_ui_rm_all): Only do the + bonobo_ui_component() stuff if the component does have a + container. + 2003-05-08 Ettore Perazzoli <ettore@ximian.com> * mail-session.c (mail_session_set_interactive): Set the |