diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-06-04 12:56:17 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-06-04 12:56:17 -0300 |
commit | 655cec1fec89eb30fc17bdc0a5f527e5a91ba5b0 (patch) | |
tree | c9aee26a96d49a3e6dc8217f7a2ae8f3faab9e91 /src/leap/gui/mainwindow.py | |
parent | 1856970049752fbe1b3c68ed46d5de7fde5bb2ad (diff) |
Remove CheckerThread from SRPAuth
Also, some pep8 fixes
Diffstat (limited to 'src/leap/gui/mainwindow.py')
-rw-r--r-- | src/leap/gui/mainwindow.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/leap/gui/mainwindow.py b/src/leap/gui/mainwindow.py index 25478aa1..89f06a1c 100644 --- a/src/leap/gui/mainwindow.py +++ b/src/leap/gui/mainwindow.py @@ -815,12 +815,12 @@ class MainWindow(QtGui.QMainWindow): True) else: if self._enabled_services.count(self.MX_SERVICE) > 0: - pass # TODO: show MX status + pass # TODO: show MX status #self._set_eip_status(self.tr("%s does not support MX") % - # (self._provider_config.get_domain(),), + # (self._provider_config.get_domain(),), # error=True) else: - pass # TODO: show MX status + pass # TODO: show MX status #self._set_eip_status(self.tr("MX is disabled")) def _smtp_bootstrapped_stage(self, data): |