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:
@ -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.
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user