diff options
author | Kali Kaneko <kali@leap.se> | 2013-08-01 21:44:05 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-08-02 11:12:47 +0200 |
commit | 6135732761c2e64408c7615eac691c3a44b83faa (patch) | |
tree | ff0dfb766476f3a21c64620da0f28359b3806d39 | |
parent | 08a6f880b64b46db5d4efdcfc48c2cddec589f67 (diff) |
update comments
-rw-r--r-- | src/leap/gui/mainwindow.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/leap/gui/mainwindow.py b/src/leap/gui/mainwindow.py index 2325ecf0..bf959d05 100644 --- a/src/leap/gui/mainwindow.py +++ b/src/leap/gui/mainwindow.py @@ -887,7 +887,6 @@ class MainWindow(QtGui.QMainWindow): self.ui.stackedWidget.setCurrentIndex(self.EIP_STATUS_INDEX) - # XXX disabling soledad for now self._soledad_bootstrapper.run_soledad_setup_checks( self._provider_config, self._login_widget.get_user(), @@ -908,7 +907,9 @@ class MainWindow(QtGui.QMainWindow): """ passed = data[self._soledad_bootstrapper.PASSED_KEY] if not passed: - # TODO: display in the GUI + # TODO: display in the GUI: + # should pass signal to a slot in status_panel + # that sets the global status logger.error("Soledad failed to start: %s" % (data[self._soledad_bootstrapper.ERROR_KEY],)) |