From 553de94865892fa7473f55d71a2fdf266e5359b7 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Thu, 30 Aug 2001 23:21:56 +0000 Subject: Fix the Pine and Netscape importers. Give them a nice progress reporting GUI. Revert Jason's changes so that creating a folder works again. svn path=/trunk/; revision=12536 --- mail/component-factory.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'mail/component-factory.c') diff --git a/mail/component-factory.c b/mail/component-factory.c index d828757ee3..778e6b2be3 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -183,11 +183,12 @@ create_folder_done (char *uri, CamelFolder *folder, void *data) GNOME_Evolution_ShellComponentListener_Result result; CORBA_Environment ev; - if (folder) + if (folder) { result = GNOME_Evolution_ShellComponentListener_OK; - else + } else { result = GNOME_Evolution_ShellComponentListener_INVALID_URI; - + } + CORBA_exception_init (&ev); GNOME_Evolution_ShellComponentListener_notifyResult (listener, result, &ev); CORBA_Object_release (listener, &ev); -- cgit v1.2.3