diff options
author | kali <kali@leap.se> | 2012-12-17 05:05:37 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-12-17 05:05:37 +0900 |
commit | 89694babd14a9b2ba76095911b6884e359a12282 (patch) | |
tree | c80c8f458e94d137be20060820abc51a89099a0a /src/leap/gui | |
parent | 0c2275222cf77bf5975a25a75ab0e50ac752bc9e (diff) |
network checker launched by signal
fixes problem with provider domain not being defined during
first run.
Diffstat (limited to 'src/leap/gui')
-rw-r--r-- | src/leap/gui/firstrun/last.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/leap/gui/firstrun/last.py b/src/leap/gui/firstrun/last.py index d33d2e77..1d8caca4 100644 --- a/src/leap/gui/firstrun/last.py +++ b/src/leap/gui/firstrun/last.py @@ -58,6 +58,8 @@ class LastPage(QtGui.QWizardPage): self.label.setText( "Click '<i>%s</i>' to end the wizard and " "save your settings." % finishText) + # XXX init network checker + # trigger signal @coroutine def eip_status_handler(self): |