From: Ed Page Date: Tue, 20 Jul 2010 22:36:50 +0000 (-0500) Subject: Fixing optification, bumping to 1.1.10 X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=36c141c5ff7e85da93008cd73ed685deae84b245 Fixing optification, bumping to 1.1.10 --- diff --git a/src/constants.py b/src/constants.py index 830b745..ff39c31 100644 --- a/src/constants.py +++ b/src/constants.py @@ -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__) diff --git a/src/dialcentral.py b/src/dialcentral.py index bfc0f26..19191a8 100755 --- a/src/dialcentral.py +++ b/src/dialcentral.py @@ -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 diff --git a/support/builddeb.py b/support/builddeb.py index d3632d1..ef7503a 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -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() diff --git a/www/dialcentral.deb b/www/dialcentral.deb index 8d37ef0..ebff26a 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ