summaryrefslogtreecommitdiffstats
path: root/lasso/xml
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-12-10 14:32:02 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-12-10 14:32:02 +0000
commitfad688adebffaab950dad2acf53617a7a4d5e401 (patch)
tree0a595bab67249c947427704469db7341a032b968 /lasso/xml
parenta11c6b985f4a0fe70645cec67a1391c7c9fb1172 (diff)
downloadlasso-fad688adebffaab950dad2acf53617a7a4d5e401.tar.gz
lasso-fad688adebffaab950dad2acf53617a7a4d5e401.tar.xz
lasso-fad688adebffaab950dad2acf53617a7a4d5e401.zip
Fixed type mistake in snippets of LassoDstQueryItem.
Diffstat (limited to 'lasso/xml')
-rw-r--r--lasso/xml/dst_query_item.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/dst_query_item.c b/lasso/xml/dst_query_item.c
index 46c20837..1a159451 100644
--- a/lasso/xml/dst_query_item.c
+++ b/lasso/xml/dst_query_item.c
@@ -61,7 +61,7 @@ static struct XmlSnippet schema_snippets[] = {
{ "Select", SNIPPET_CONTENT, G_STRUCT_OFFSET(LassoDstQueryItem, Select) },
{ "id", SNIPPET_ATTRIBUTE, G_STRUCT_OFFSET(LassoDstQueryItem, id) },
{ "includeCommonAttributes", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN, \
- G_STRUCT_OFFSET(LassoDstQueryItem, itemID) },
+ G_STRUCT_OFFSET(LassoDstQueryItem, includeCommonAttributes) },
{ "itemID", SNIPPET_ATTRIBUTE, G_STRUCT_OFFSET(LassoDstQueryItem, itemID) },
{ "changedSince", SNIPPET_ATTRIBUTE, G_STRUCT_OFFSET(LassoDstQueryItem, changedSince) },
{NULL, 0, 0}