Changeset 63
- Timestamp:
- 12/01/07 10:43:44
- Files:
-
- trunk/src/tmut-folder-view.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/tmut-folder-view.c
r62 r63 470 470 OnWentOnlineInfo *info = g_slice_new0 (OnWentOnlineInfo); 471 471 TnyAccount *account = tny_folder_get_account (folder); 472 //tny_device_force_online (device); 472 473 /* If we do this, sometimes the callback tells us the 474 * connecting got canceled. It makes sense why (for me, 475 * Tinymail's developer), perhaps I need to fix this 476 * in Tinymail. For now .. we just don't do it because 477 * it ain't really necessary (the account goes into 478 * online, no matter what state the device is is, when 479 * using tny_camel_account_set_online). 480 * 481 * tny_device_force_online (device); 482 **/ 473 483 info->folder = g_object_ref (folder); 474 484 info->header = g_object_ref (header);
