Changeset 3309
- Timestamp:
- 05/03/08 17:19:39 (4 months ago)
- Files:
-
- plugins/gnokii-sync/src/gnokii_calendar_format.c (modified) (1 diff)
- plugins/gnokii-sync/src/gnokii_contact_format.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/gnokii-sync/src/gnokii_calendar_format.c
r2679 r3309 287 287 g_free(str); 288 288 289 if (osync_xmlformat_validate(xmlformat) == FALSE)290 osync_trace(TRACE_INTERNAL, "XMLFORMAT EVENT: Not valid!");291 else292 osync_trace(TRACE_INTERNAL, "XMLFORMAT EVENT: VAILD");293 294 295 289 osync_trace(TRACE_EXIT, "%s", __func__); 296 290 return TRUE; plugins/gnokii-sync/src/gnokii_contact_format.c
r2679 r3309 209 209 g_free(str); 210 210 211 if (osync_xmlformat_validate(xmlformat) == FALSE)212 osync_trace(TRACE_INTERNAL, "XMLFORMAT CONTACT: Not valid!");213 else214 osync_trace(TRACE_INTERNAL, "XMLFORMAT CONTACT: VAILD");215 216 217 211 osync_trace(TRACE_EXIT, "%s", __func__); 218 212 return TRUE;
