sogo: warning-removal-again df920c96

Author Committer Branch Timestamp Parent
Patrice Levesque Patrice Levesque warning-removal-again 2016-02-17 10:56 master 10729b9a
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