Changeset 2480
- Timestamp:
- 08/21/07 13:24:30 (1 year ago)
- Files:
-
- plugins/opie-sync/src/opie_format.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/opie-sync/src/opie_format.c
r2475 r2480 1253 1253 } 1254 1254 else if(!strcmp("Body", fieldname)) { 1255 xmlfield_key_to_attr(in_xmlfield, "Content", on_note, "content"); 1255 const char *value = osync_xmlfield_get_key_value(in_xmlfield, "Content"); 1256 if(value) 1257 osxml_node_add(on_note, "content", value); 1256 1258 } 1257 1259
