From 3644ccebcc338063efd88469908be8e41d3df7ce Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 25 Oct 2001 18:31:57 +0000 Subject: 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 --- shell/e-shell-startup-wizard.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/e-shell-startup-wizard.c') diff --git a/shell/e-shell-startup-wizard.c b/shell/e-shell-startup-wizard.c index 067f8e90c9..8e4e1c90e7 100644 --- a/shell/e-shell-startup-wizard.c +++ b/shell/e-shell-startup-wizard.c @@ -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; } -- cgit v1.2.3