Hoping this change fixes international numbers
authorepage <eopage@byu.net>
Sat, 18 Jul 2009 20:49:52 +0000 (20:49 +0000)
committerepage <eopage@byu.net>
Sat, 18 Jul 2009 20:49:52 +0000 (20:49 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@366 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

src/gv_backend.py

index 620461a..b269489 100644 (file)
@@ -386,7 +386,7 @@ class GVDialer(object):
                        for contact in self.__contacts:
                                yield contact
 
-       _contactDetailPhoneRe = re.compile(r"""<div.*?>([0-9\-\(\) \t]+?)<span.*?>\((\w+)\)</span>""", re.S)
+       _contactDetailPhoneRe = re.compile(r"""<div.*?>([0-9+\-\(\) \t]+?)<span.*?>\((\w+)\)</span>""", re.S)
        _contactDetailURL = "https://www.google.com/voice/mobile/contact"
 
        def get_contact_details(self, contactId):