Fixing a call-out bug
authorEd Page <eopage@byu.net>
Mon, 13 Dec 2010 23:20:10 +0000 (17:20 -0600)
committerEd Page <eopage@byu.net>
Mon, 13 Dec 2010 23:20:10 +0000 (17:20 -0600)
src/session.py
www/dialcentral.deb

index 1ce732c..f544f2a 100644 (file)
@@ -70,8 +70,9 @@ class Draft(QtCore.QObject):
        def call(self):
                assert len(self._contacts) == 1
                (contact, ) = self._contacts.itervalues()
+               number = misc_utils.make_ugly(contact.selectedNumber)
                le = concurrent.AsyncLinearExecution(self._pool, self._call)
-               le.start(contact.selectedNumber)
+               le.start(number)
 
        def cancel(self):
                le = concurrent.AsyncLinearExecution(self._pool, self._cancel)
index da2a963..7eb82eb 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ