~ubuntuone-control-tower/ubuntu-sso-client/trunk

« back to all changes in this revision

Viewing changes to ubuntu_sso/qt/setup_account_page.py

  • Committer: Diego Sarmentero
  • Date: 2012-03-01 13:33:51 UTC
  • mto: This revision was merged to the branch mainline in revision 890.
  • Revision ID: diego.sarmentero@canonical.com-20120301133351-e1d6819gw8wh4h71
removing setFocus

Show diffs side-by-side

added added

removed removed

Lines of Context:
516
516
    def on_captcha_refresh_complete(self):
517
517
        """Hide overlay when captcha finished refreshing."""
518
518
        self.hide_overlay()
519
 
        self.ui.name_edit.setFocus()
520
519
        self.captcha_received = True
521
520
 
522
521
    def get_captcha_image(self):