diff options
author | kali <kali@leap.se> | 2013-01-24 01:57:28 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-24 01:57:28 +0900 |
commit | 407b030bb7d27b797fb27254710a358c9c69f8be (patch) | |
tree | eb600cb7c6cfe33c4f991fb0929e017a0882dd93 /src/leap/baseapp/mainwindow.py | |
parent | 8226d6032b6db0c15ff70e377f87f4acfdd21787 (diff) |
catch missing messages on last page of wizard
Diffstat (limited to 'src/leap/baseapp/mainwindow.py')
-rw-r--r-- | src/leap/baseapp/mainwindow.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/leap/baseapp/mainwindow.py b/src/leap/baseapp/mainwindow.py index b1e5bccf..91b0dc61 100644 --- a/src/leap/baseapp/mainwindow.py +++ b/src/leap/baseapp/mainwindow.py @@ -186,4 +186,6 @@ class LeapWindow(QtGui.QMainWindow, called from the end of wizard """ self.show_systray_icon() + # this will setup the command + self.conductor.run_openvpn_checks() self.start_or_stopVPN() |