Changeset 3308
- Timestamp:
- 05/03/08 16:50:38 (4 months ago)
- Files:
-
- format-plugins/vformat/src/xmlformat-vcard.c (modified) (1 diff)
- format-plugins/vformat/src/xmlformat-vevent.c (modified) (1 diff)
- format-plugins/vformat/src/xmlformat-vnote.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
format-plugins/vformat/src/xmlformat-vcard.c
r3127 r3308 1058 1058 g_free(str); 1059 1059 1060 if (osync_xmlformat_validate(xmlformat) == FALSE)1061 osync_trace(TRACE_INTERNAL, "XMLFORMAT CONTACT: Not valid!");1062 else1063 osync_trace(TRACE_INTERNAL, "XMLFORMAT CONTACT: VAILD");1064 1065 1060 vformat_free(vcard); 1066 1061 format-plugins/vformat/src/xmlformat-vevent.c
r3139 r3308 696 696 g_free(str); 697 697 698 if (osync_xmlformat_validate(xmlformat) == FALSE)699 osync_trace(TRACE_INTERNAL, "XMLFORMAT EVENT: Not valid!");700 else701 osync_trace(TRACE_INTERNAL, "XMLFORMAT EVENT: VAILD");702 703 704 698 vformat_free(vcalendar); 705 699 format-plugins/vformat/src/xmlformat-vnote.c
r2795 r3308 80 80 g_free(str); 81 81 82 if (osync_xmlformat_validate(xmlformat) == FALSE)83 osync_trace(TRACE_INTERNAL, "XMLFORMAT NOTE: Not valid!");84 else85 osync_trace(TRACE_INTERNAL, "XMLFORMAT NOTE: Valid!");86 87 82 vformat_free(vnote); 88 83 osync_trace(TRACE_EXIT, "%s: TRUE", __func__);
