diff options
author | kali <kali@leap.se> | 2012-11-23 05:13:36 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-11-23 05:13:36 +0900 |
commit | 7a263b8ee74cc92ba39796cd9ad48395adfa7450 (patch) | |
tree | c3837025c602897729c23e298f93ce237776d9c1 /src/leap/gui/firstrun/wizard.py | |
parent | 60ae69dd79fc4a17e54e9f898b04c7130d8b9f6e (diff) |
refactor validation mixin; progress until register page
Diffstat (limited to 'src/leap/gui/firstrun/wizard.py')
-rwxr-xr-x | src/leap/gui/firstrun/wizard.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/gui/firstrun/wizard.py b/src/leap/gui/firstrun/wizard.py index 4a72177e..2ee1947a 100755 --- a/src/leap/gui/firstrun/wizard.py +++ b/src/leap/gui/firstrun/wizard.py @@ -139,6 +139,7 @@ class FirstRunWizard(QtGui.QWizard): # set options self.setOption(QtGui.QWizard.IndependentPages, on=False) + self.setOption(QtGui.QWizard.NoBackButtonOnStartPage, on=True) self.setWindowTitle("First Run Wizard") |