From 664206faba6f5a196f9c4f2c51b542f9c2bc41e0 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Thu, 4 Oct 2001 20:02:00 +0000 Subject: Only create the folder when the shell has created it. svn path=/trunk/; revision=13420 --- mail/component-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/component-factory.c') diff --git a/mail/component-factory.c b/mail/component-factory.c index 74fac2b39f..ab632031ea 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -182,7 +182,7 @@ create_folder_done (char *uri, CamelFolder *folder, void *data) GNOME_Evolution_ShellComponentListener listener = data; GNOME_Evolution_ShellComponentListener_Result result; CORBA_Environment ev; - + if (folder) { result = GNOME_Evolution_ShellComponentListener_OK; } else { -- cgit v1.2.3