diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-10-05 04:02:00 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-10-05 04:02:00 +0800 |
commit | 664206faba6f5a196f9c4f2c51b542f9c2bc41e0 (patch) | |
tree | f6ebad16f42a74bca2e250073008b2fba4087474 /mail/component-factory.c | |
parent | e46018cd8879979f96ea8445691d9dbaeb22aacf (diff) | |
download | gsoc2013-evolution-664206faba6f5a196f9c4f2c51b542f9c2bc41e0.tar.gz gsoc2013-evolution-664206faba6f5a196f9c4f2c51b542f9c2bc41e0.tar.zst gsoc2013-evolution-664206faba6f5a196f9c4f2c51b542f9c2bc41e0.zip |
Only create the folder when the shell has created it.
svn path=/trunk/; revision=13420
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |