From: <dg...@su...> - 2009-01-19 22:30:49
|
Author: savago Date: Mon Jan 19 22:31:55 2009 New Revision: 5203 URL: http://www.opensync.org/changeset/5203 Log: Defining xslt plugin format name. Modified: format-plugins/xsltformat/src/xsltformat.c Modified: format-plugins/xsltformat/src/xsltformat.c ============================================================================== --- format-plugins/xsltformat/src/xsltformat.c Mon Jan 19 22:26:37 2009 (r5202) +++ format-plugins/xsltformat/src/xsltformat.c Mon Jan 19 22:31:55 2009 (r5203) @@ -159,7 +159,7 @@ /* * this function is called to register a new format */ - OSyncObjFormat *format = osync_objformat_new("<your format name>", "<some object type>", error); + OSyncObjFormat *format = osync_objformat_new("xslt", "contact", error); if (!format) return FALSE; |