Bump to 1.2.31
authorEd Page <eopage@byu.net>
Thu, 17 Mar 2011 23:42:35 +0000 (18:42 -0500)
committerEd Page <eopage@byu.net>
Thu, 17 Mar 2011 23:42:35 +0000 (18:42 -0500)
src/backends/gvoice/gvoice.py
src/constants.py
support/builddeb.py
www/dialcentral.deb

index 36f4ac1..3cfd53f 100755 (executable)
@@ -461,8 +461,6 @@ class GVoiceBackend(object):
                @returns a dictionary mapping call back numbers to descriptions
                @note These results are cached for 30 minutes.
                """
-               if not self.is_authed():
-                       return {}
                return self._callbackNumbers
 
        def set_callback_number(self, callbacknumber):
index 8ce4afc..6dd3adf 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.2.30"
+__version__ = "1.2.31"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index 9d85f2f..af607ca 100755 (executable)
@@ -30,7 +30,7 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixing another line wrap bug due to over-zealous escaping (spaces as non-break whitespace, whoops)
+* Fixing a bug with not being able to set the callback number
 """.strip()
 
 
index a1c7d43..5bb3a70 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ