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:
@ -1,3 +1,8 @@
|
|||||||
|
2002-03-05 Dan Winship <danw@ximian.com>
|
||||||
|
|
||||||
|
* mail-folder-cache.c (mail_note_store): Pull up assertion change
|
||||||
|
from evolution-1-0-branch to allow external storages.
|
||||||
|
|
||||||
2002-03-04 Jeffrey Stedfast <fejj@ximian.com>
|
2002-03-04 Jeffrey Stedfast <fejj@ximian.com>
|
||||||
|
|
||||||
* mail-accounts.c (mail_unselect): If the clicked column was
|
* mail-accounts.c (mail_unselect): If the clicked column was
|
||||||
|
@ -733,7 +733,7 @@ mail_note_store(CamelStore *store, EvolutionStorage *storage, GNOME_Evolution_St
|
|||||||
|
|
||||||
g_assert(CAMEL_IS_STORE(store));
|
g_assert(CAMEL_IS_STORE(store));
|
||||||
g_assert(pthread_self() == mail_gui_thread);
|
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);
|
LOCK(info_lock);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user