Trying to reduce graphica glitches
authorEd Page <eopage@byu.net>
Tue, 8 Feb 2011 00:46:55 +0000 (18:46 -0600)
committerEd Page <eopage@byu.net>
Tue, 8 Feb 2011 00:46:55 +0000 (18:46 -0600)
src/dialogs.py

index 3fb4f00..3240de2 100644 (file)
@@ -815,7 +815,7 @@ class SMSEntryWindow(object):
                        self._cancelButton.setVisible(False)
                        self._smsButton.setVisible(True)
                        self._dialButton.setVisible(True)
-                       self._window.hide()
+                       self.close()
 
        @QtCore.pyqtSlot()
        @misc_utils.log_exception(_moduleLogger)