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