summaryrefslogtreecommitdiff
path: root/src/leap/gui/firstrun/login.py
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-11-22 06:26:02 +0900
committerkali <kali@leap.se>2012-11-22 06:28:24 +0900
commit60ae69dd79fc4a17e54e9f898b04c7130d8b9f6e (patch)
tree2f7f65e30d637fcb78d8780cf52f523cbc32eaa4 /src/leap/gui/firstrun/login.py
parentf9a3e2cf6c4f7398411788974a2a6a9a53c9a1ab (diff)
fix widgets focus on providerselect page
it works with enter, enter, enter :) dedicated to DJ Focus...
Diffstat (limited to 'src/leap/gui/firstrun/login.py')
-rw-r--r--src/leap/gui/firstrun/login.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/gui/firstrun/login.py b/src/leap/gui/firstrun/login.py
index 4271c774..004fa7d4 100644
--- a/src/leap/gui/firstrun/login.py
+++ b/src/leap/gui/firstrun/login.py
@@ -139,6 +139,7 @@ class LogInPage(QtGui.QWizardPage, UserFormMixIn):
def initializePage(self):
super(LogInPage, self).initializePage()
+ # XXX setPlaceholderText instead?!
self.userNameLineEdit.setText('username@provider.example.org')
self.userNameLineEdit.cursorPositionChanged.connect(
self.onUserNameEdit)