Pull up assertion change from evolution-1-0-branch to allow external

* mail-folder-cache.c (mail_note_store): Pull up assertion change
	from evolution-1-0-branch to allow external storages.

svn path=/trunk/; revision=15928
This commit is contained in:
Dan Winship
2002-03-05 21:17:46 +00:00
parent f6f3d8d543
commit 4db8df6b4d
2 changed files with 6 additions and 1 deletions

View File

@ -733,7 +733,7 @@ mail_note_store(CamelStore *store, EvolutionStorage *storage, GNOME_Evolution_St
g_assert(CAMEL_IS_STORE(store));
g_assert(pthread_self() == mail_gui_thread);
g_assert(storage != NULL || corba_storage != CORBA_OBJECT_NIL);
g_assert(storage == NULL || corba_storage == CORBA_OBJECT_NIL);
LOCK(info_lock);