X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fatompub.git;a=blobdiff_plain;f=atom%2Fentry.c;h=ff414ee7280c48361f92beb88b95d0a81b9ff288;hp=61894476055898c9cab55b5ec390131e7a2fe166;hb=86512c0630eabf1655bca6fd235c58d85261da06;hpb=80d746f15ae9e223b02a7240c46612d9e371716f diff --git a/atom/entry.c b/atom/entry.c index 6189447..ff414ee 100644 --- a/atom/entry.c +++ b/atom/entry.c @@ -321,7 +321,7 @@ atom_entry_update_xmlnode (AtomEntry *entry) AtomCategory *category; category = g_ptr_array_index (entry->categories, i); cat = atom_category_to_xmlnode (category, "category"); - xmlAddChild (root, category); + xmlAddChild (root, cat); } }