Pass send/postpone signal handler functions to

* main.c (main): Pass send/postpone signal handler functions to
	evolution_composer_factory_init.

svn path=/trunk/; revision=6185
This commit is contained in:
Dan Winship
2000-10-25 22:43:52 +00:00
parent 83b2cac161
commit d09ae94056
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-10-25 Dan Winship <danw@helixcode.com>
* main.c (main): Pass send/postpone signal handler functions to
evolution_composer_factory_init.
2000-10-25 Jeffrey Stedfast <fejj@helixcode.com>
* subscribe-dialog.c (subscribe_select_all): Implemented.

View File

@ -80,7 +80,8 @@ main (int argc, char *argv [])
e_cursors_init ();
component_factory_init ();
evolution_composer_factory_init ();
evolution_composer_factory_init (composer_send_cb,
composer_postpone_cb);
signal (SIGSEGV, SIG_DFL);
signal (SIGBUS, SIG_DFL);