Bump to 1.2.24, oops, got distracted in the middle of my fix
authorEd Page <eopage@byu.net>
Wed, 9 Feb 2011 01:01:21 +0000 (19:01 -0600)
committerEd Page <eopage@byu.net>
Wed, 9 Feb 2011 01:01:21 +0000 (19:01 -0600)
src/constants.py
src/dialogs.py
www/dialcentral.deb

index 532c4d5..4ccd93d 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.2.23"
+__version__ = "1.2.24"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index 3240de2..61b6ad6 100644 (file)
@@ -816,6 +816,7 @@ class SMSEntryWindow(object):
                        self._smsButton.setVisible(True)
                        self._dialButton.setVisible(True)
                        self.close()
+                       self.destroy()
 
        @QtCore.pyqtSlot()
        @misc_utils.log_exception(_moduleLogger)
index 60b4dec..b3578f7 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ