summaryrefslogtreecommitdiff
path: root/src/leap/gui/wizard.py
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@yahoo.com.ar>2013-06-05 11:52:37 -0300
committerIvan Alejandro <ivanalejandro0@yahoo.com.ar>2013-06-05 12:02:01 -0300
commit5b5eef87e8eb41916f2f5657287ac1ad8f0bbfeb (patch)
tree264d3147c6c31bf73f321cc72d06455129295cc0 /src/leap/gui/wizard.py
parente6b055fc2b054c1ab12e2554e9dbe73f47c647c0 (diff)
Select the configured domain in the providers box
Diffstat (limited to 'src/leap/gui/wizard.py')
-rw-r--r--src/leap/gui/wizard.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/leap/gui/wizard.py b/src/leap/gui/wizard.py
index 405752ef..ea4474ae 100644
--- a/src/leap/gui/wizard.py
+++ b/src/leap/gui/wizard.py
@@ -154,6 +154,9 @@ class Wizard(QtGui.QWizard):
self.page(self.FINISH_PAGE).setButtonText(
QtGui.QWizard.FinishButton, self.tr("Connect"))
+ def get_domain(self):
+ return self._domain
+
def get_username(self):
return self._username