Updating the comment on why we filter those numbers out
authorepage <eopage@byu.net>
Sat, 9 Jan 2010 00:27:20 +0000 (00:27 +0000)
committerepage <eopage@byu.net>
Sat, 9 Jan 2010 00:27:20 +0000 (00:27 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@615 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

src/backends/gv_backend.py

index fea3806..db2c341 100644 (file)
@@ -168,6 +168,7 @@ class GVDialer(object):
                if self._contacts is None:
                        self._update_contacts_cache()
                contactDetails = self._contacts[contactId]
+               # Filtering out lack of a phoneType because those are just things like faxes
                return (
                        (number["phoneType"], number["phoneNumber"])
                        for number in contactDetails["numbers"]