Changeset 3746
- Timestamp:
- 08/28/08 09:32:34
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/libtinymail-camel/camel-lite/camel/camel-service.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r3745 r3746 1 2008-08-28 Martin Bonnin <martinbonnin@gmail.com> 2 3 * Fixed typo in camel-service.c 4 1 5 2008-08-27 Martin Bonnin <martinbonnin@gmail.com> 2 6 trunk/libtinymail-camel/camel-lite/camel/camel-service.c
r3571 r3746 395 395 } 396 396 397 if (service-> disconnecting)397 if (service->connecting) 398 398 service->connecting (service, ret, service->data); 399 399 … … 448 448 } 449 449 450 if (service-> disconnecting)450 if (service->connecting) 451 451 service->connecting (service, ret, service->data); 452 452
