diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-01-13 14:34:08 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-01-13 14:34:08 -0300 |
commit | cb4d2d020c34d5fae1fe09ea9f29cdc8f475b702 (patch) | |
tree | 47cd1b8009ac345b2dde4ef2cc8e84c62f477449 /src/leap/bitmask/gui/mainwindow.py | |
parent | f2e12a56740cdf6a32695fc1a04674e6175945f7 (diff) | |
parent | 24e7c4f505d92164187c8afe038b24c67e2bdedc (diff) |
Merge remote-tracking branch 'refs/remotes/ivan/bug/4942_fix-logout-error-message' into develop
Diffstat (limited to 'src/leap/bitmask/gui/mainwindow.py')
-rw-r--r-- | src/leap/bitmask/gui/mainwindow.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/leap/bitmask/gui/mainwindow.py b/src/leap/bitmask/gui/mainwindow.py index 83aa47a9..ddaa085c 100644 --- a/src/leap/bitmask/gui/mainwindow.py +++ b/src/leap/bitmask/gui/mainwindow.py @@ -1754,9 +1754,8 @@ class MainWindow(QtGui.QMainWindow): self._mail_status.mail_state_disabled() else: - self._login_widget.set_login_status( - self.tr("Something went wrong with the logout."), - error=True) + self._login_widget.set_status( + self.tr("Something went wrong with the logout.")) def _intermediate_stage(self, data): # TODO this method name is confusing as hell. |