Changeset 3651
- Timestamp:
- 05/09/08 13:06:14
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/libtinymail-camel/tny-camel-folder.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r3646 r3651 1 2008-05-09 Jose Dapena Paz <jdapena@igalia.com> 2 3 * libtinymail-camel/tny-camel-folder.c: 4 Add some reasons/unreasons in get_headers_operation, to avoid 5 getting a 0 account when we are replacing the headers in the 6 gtk list store model. This should avoid some very hidden 7 crashes. 8 1 9 2008-05-06 Jose Dapena Paz <jdapena@igalia.com> 2 10 trunk/libtinymail-camel/tny-camel-folder.c
r3642 r3651 2158 2158 { 2159 2159 GetHeadersInfo *info = thr_user_data; 2160 TnyCamelFolderPriv *priv = TNY_CAMEL_FOLDER_GET_PRIVATE (info->self); 2160 2161 2161 2162 /* thread reference */ 2163 _tny_camel_folder_unreason (priv); 2162 2164 g_object_unref (info->self); 2163 2165 g_object_unref (info->headers); … … 2205 2207 { 2206 2208 GetHeadersInfo *info = thr_user_data; 2209 TnyCamelFolderPriv *priv = TNY_CAMEL_FOLDER_GET_PRIVATE (info->self); 2207 2210 2208 2211 if (info->err) 2209 2212 g_error_free (info->err); 2213 _tny_camel_folder_unreason (priv); 2210 2214 g_object_unref (info->self); 2211 2215 g_object_unref (info->headers); … … 2259 2263 g_object_ref (info->headers); 2260 2264 2265 _tny_camel_folder_reason (priv); 2261 2266 _tny_camel_queue_cancel_remove_items (TNY_FOLDER_PRIV_GET_QUEUE (priv), 2262 2267 TNY_CAMEL_QUEUE_GET_HEADERS_ITEM|TNY_CAMEL_QUEUE_SYNC_ITEM|
