Set the ->mailer to be CORBA_OBJECT_NIL in case of an exception, otherwise

* e-shell-startup-wizard.c (make_mail_dialog_pages): Set the
->mailer to be CORBA_OBJECT_NIL in case of an exception, otherwise
the caller will not realize about the problem.

svn path=/trunk/; revision=14095
This commit is contained in:
Ettore Perazzoli
2001-10-25 18:31:57 +00:00
parent 06a3557507
commit 3644ccebcc
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2001-10-25 Ettore Perazzoli <ettore@ximian.com>
* e-shell-startup-wizard.c (make_mail_dialog_pages): Set the
->mailer to be CORBA_OBJECT_NIL in case of an exception, otherwise
the caller will not realize about the problem.
2001-10-25 Ettore Perazzoli <ettore@ximian.com>
* evolution-wizard.c (evolution_wizard_set_buttons_sensitive):

View File

@ -160,6 +160,7 @@ make_mail_dialog_pages (SWData *data)
_("Could not start the Evolution Mailer Assistant interface\n(%s)"), CORBA_exception_id (&ev));
g_warning ("Could not start mailer (%s)", CORBA_exception_id (&ev));
CORBA_exception_free (&ev);
data->mailer = CORBA_OBJECT_NIL;
return;
}