aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-xml-hash-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-xml-hash-utils.c')
-rw-r--r--e-util/e-xml-hash-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-xml-hash-utils.c b/e-util/e-xml-hash-utils.c
index e82d5ab237..efb29f5fb6 100644
--- a/e-util/e-xml-hash-utils.c
+++ b/e-util/e-xml-hash-utils.c
@@ -38,7 +38,7 @@ e_xml_to_hash (xmlDoc *doc, EXmlHashType type)
root = xmlDocGetRootElement (doc);
for (node = root->xmlChildrenNode; node; node = node->next) {
- if (node->name == NULL || node->type != XML_ELEMENT_NODE)
+ if (node->name == NULL)
continue;
if (type == E_XML_HASH_TYPE_OBJECT_UID &&