Changeset 3642

Show
Ignore:
Timestamp:
05/06/08 15:07:53
Author:
jdapena
Message:

* libtinymail-camel/tny-camel-folder.c:

        • Reason the camel folder while we're getting its size and

count, avoiding some crashes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r3639 r3642  
     12008-05-06  Jose Dapena Paz  <jdapena@igalia.com> 
     2 
     3        * libtinymail-camel/camel-lite/camel/camel-certdb-cst.c 
     4        Fix some leaks in CST certificate manager support. 
     5 
     6        * libtinymail-camel/tny-camel-folder.c: 
     7        Reason the camel folder while we're getting its size and count, 
     8        avoiding some crashes. 
     9 
    1102008-04-30  Philip Van Hoof <pvanhoof@gnome.org> 
    211 
  • trunk/libtinymail-camel/tny-camel-folder.c

    r3634 r3642  
    15551555 
    15561556        camel_folder_sync (priv->folder, expunge, &ex); 
     1557        _tny_camel_folder_reason (priv); 
    15571558        _tny_camel_folder_check_unread_count (TNY_CAMEL_FOLDER (self)); 
    15581559        reset_local_size (priv); 
     1560        _tny_camel_folder_unreason (priv); 
    15591561 
    15601562        g_static_rec_mutex_unlock (priv->folder_lock);