From: Ed Page Date: Fri, 16 Sep 2011 00:14:48 +0000 (-0500) Subject: Bump to 1.3.11-2 X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain Bump to 1.3.11-2 --- diff --git a/dialcentral/constants.py b/dialcentral/constants.py index dd9e743..26f9b97 100644 --- a/dialcentral/constants.py +++ b/dialcentral/constants.py @@ -1,7 +1,7 @@ __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" __version__ = "1.3.11" -__build__ = 0 +__build__ = 2 __app_magic__ = 0xdeadbeef IS_MAEMO = True diff --git a/dialcentral/util/qt_compat.py b/dialcentral/util/qt_compat.py index e4081c8..409c00d 100644 --- a/dialcentral/util/qt_compat.py +++ b/dialcentral/util/qt_compat.py @@ -3,7 +3,7 @@ from __future__ import with_statement from __future__ import division -_TRY_PYSIDE = True +_TRY_PYSIDE = False try: if not _TRY_PYSIDE: diff --git a/setup.py b/setup.py index 35547f2..4f56d8c 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ICON_CATEGORY="apps" ICON_SIZES=[32,48] #[[[end]]] (checksum: 6b362845c8509854ec12f330afd9c7b7) -CHANGES = """* PySide testing +CHANGES = """* Yet again abandoning pyside """.strip() BUGTRACKER_URL = "https://bugs.maemo.org/enter_bug.cgi?product=Dialcentral" diff --git a/www/dialcentral.deb b/www/dialcentral.deb index 057af66..b1c716b 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ