From 2085475e3b5ac44b82d8bf7d98b30a67e5c42a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Sun, 1 Sep 2013 16:10:04 -0300 Subject: Improve mail UI until we have a proper state machine --- src/leap/bitmask/gui/statuspanel.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/leap') diff --git a/src/leap/bitmask/gui/statuspanel.py b/src/leap/bitmask/gui/statuspanel.py index 9352eb04..49d7e24a 100644 --- a/src/leap/bitmask/gui/statuspanel.py +++ b/src/leap/bitmask/gui/statuspanel.py @@ -591,6 +591,11 @@ class StatusPanelWidget(QtGui.QWidget): :param req: Request type :type req: leap.common.events.events_pb2.SignalRequest """ + # We want to ignore this kind of events once everything has + # started + if self._smtp_started and self._imap_started: + return + self.ui.lblMailStatus.setText(self.tr("Starting...")) ext_status = "" -- cgit v1.2.3