aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/component-factory.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index b1f50f0a96..8ccfda4954 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -333,8 +333,9 @@ mail_load_storages (GNOME_Evolution_Shell corba_shell, GSList *sources)
camel_exception_get_description (&ex));
camel_exception_clear (&ex);
}
- camel_object_unref (CAMEL_OBJECT (store));
}
+
+ camel_object_unref (CAMEL_OBJECT (store));
}
}
rm>
path: root/devel/fnorb
Commit message (Expand)AuthorAgeFilesLines
* - Update to 1.3sem2005-06-095-504/+358
* With portmgr hat on, reset inactive maintainer. These ports are now uplinimon2004-11-201-1/+1
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-3/+3
* Fix build on python2.3perky2003-08-201-1/+9
* Clear moonlight beckons.ade2003-03-072-1/+1
* - Fnorb is free! It has been relicensed under the Python licence.wjv2002-01-243-15/+5
* - Add yet another patch to ensure compatibility with Python 2.0 and later.wjv2001-10-093-2/+34