diff options
author | Tomas Touceda <chiiph@leap.se> | 2013-04-09 09:22:43 -0300 |
---|---|---|
committer | Tomas Touceda <chiiph@leap.se> | 2013-04-09 09:22:43 -0300 |
commit | b48f78b47fd4bd0cd05cc7f588b878458e0ead6d (patch) | |
tree | cba66690bbe1ca39927f017c7d2ee9f5b85654d3 /src/leap/gui/mainwindow.py | |
parent | 5a3898eeb7c2ed3bb5eb1f6b72bb2d782e579f6d (diff) | |
parent | 785bdfaceb9f3d392f162dd818fea9098d9375a4 (diff) |
Merge remote-tracking branch 'kali/bug/wizard-text-improvements' into develop
Diffstat (limited to 'src/leap/gui/mainwindow.py')
-rw-r--r-- | src/leap/gui/mainwindow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/gui/mainwindow.py b/src/leap/gui/mainwindow.py index 3fa3aad3..f359d7c1 100644 --- a/src/leap/gui/mainwindow.py +++ b/src/leap/gui/mainwindow.py @@ -202,7 +202,7 @@ class MainWindow(QtGui.QMainWindow): self._wizard_firstrun = False if self._first_run(): self._wizard_firstrun = True - self._wizard = Wizard(self._checker_thread) + self._wizard = Wizard(self._checker_thread, standalone=standalone) # Give this window time to finish init and then show the wizard QtCore.QTimer.singleShot(1, self._launch_wizard) self._wizard.accepted.connect(self._finish_init) |