(e_summary_mail_get_info): Protect against
folder_store being NULL. [#44111] Also, roll over ChangeLog. svn path=/trunk/; revision=21389
This commit is contained in:
File diff suppressed because it is too large
Load Diff
2572
my-evolution/ChangeLog.pre-1-4
Normal file
2572
my-evolution/ChangeLog.pre-1-4
Normal file
File diff suppressed because it is too large
Load Diff
@ -223,6 +223,9 @@ e_summary_mail_get_info (const char *uri)
|
||||
{
|
||||
CORBA_Environment ev;
|
||||
|
||||
if (folder_store == NULL)
|
||||
return;
|
||||
|
||||
g_return_if_fail (folder_store->folder_info != CORBA_OBJECT_NIL);
|
||||
|
||||
CORBA_exception_init (&ev);
|
||||
|
||||
Reference in New Issue
Block a user