diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-03-18 15:12:54 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-03-18 15:12:54 -0300 |
commit | 0dda039a576e376acea49bb5aec2a0aab8cd2354 (patch) | |
tree | 5fdb4cfa0a175d15d99a4995af01ddeef8190e1e /src/leap/bitmask/gui/mainwindow.py | |
parent | 03b74407d4051e2c5dfb62b8e6e8899008030d26 (diff) | |
parent | 21e8d1a4539b0b0837ca0763de4974ac6f216bf7 (diff) |
Merge remote-tracking branch 'refs/remotes/drebs/feature/5191_handle-invalid-auth-token-error' into develop
Diffstat (limited to 'src/leap/bitmask/gui/mainwindow.py')
-rw-r--r-- | src/leap/bitmask/gui/mainwindow.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/leap/bitmask/gui/mainwindow.py b/src/leap/bitmask/gui/mainwindow.py index 758bff4e..e4e71dcc 100644 --- a/src/leap/bitmask/gui/mainwindow.py +++ b/src/leap/bitmask/gui/mainwindow.py @@ -262,6 +262,8 @@ class MainWindow(QtGui.QMainWindow): self._soledad_bootstrapped_stage) self._soledad_bootstrapper.soledad_timeout.connect( self._retry_soledad_connection) + self._soledad_bootstrapper.soledad_invalid_auth_token.connect( + self._mail_status.set_soledad_invalid_auth_token) self._soledad_bootstrapper.soledad_failed.connect( self._mail_status.set_soledad_failed) |