diff options
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.  | 
