sogo: warning-removal-again 5e9d0ce9

Author Committer Branch Timestamp Parent
Patrice Levesque Patrice Levesque warning-removal-again 2016-02-17 10:56 master 50eae4c6
Changeset

Fix warning: ‘-textValue’ not found in protocol(s)

Confusingly, labelNode is a DOMElement, not a DOMNode, so textValue cannot
apply here; textContent which would be an appropriate replacement does not
exist AFAIK in this DOM Library.

So we manually get the text node via firstChild then get its text value
via nodeValue.

mod - SoObjects/Mailer/SOGoMailAccounts.m Diff File