Fixing optification, bumping to 1.1.10
authorEd Page <eopage@byu.net>
Tue, 20 Jul 2010 22:36:50 +0000 (17:36 -0500)
committerEd Page <eopage@byu.net>
Tue, 20 Jul 2010 22:36:50 +0000 (17:36 -0500)
src/constants.py
src/dialcentral.py
support/builddeb.py
www/dialcentral.deb

index 830b745..ff39c31 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.1.9"
+__version__ = "1.1.10"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index bfc0f26..19191a8 100755 (executable)
@@ -6,7 +6,7 @@ import logging
 
 
 _moduleLogger = logging.getLogger("dialcentral")
-sys.path.insert(0,"/usr/lib/dialcentral/")
+sys.path.insert(0,"/opt/dialcentral/lib")
 
 
 import constants
index d3632d1..ef7503a 100755 (executable)
@@ -30,8 +30,7 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixed error when opening a new contacts SMS
-* Code cleanup
+* Fixed an optification issue
 """.strip()
 
 
index 8d37ef0..ebff26a 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ