~nataliabidart/ubuntu-sso-client/all-ui-from-code

« back to all changes in this revision

Viewing changes to ubuntu_sso/qt/ubuntu_sso_wizard.py

  • Committer: Tarmac
  • Author(s): Diego Sarmentero
  • Date: 2012-02-13 15:42:05 UTC
  • mfrom: (858.2.2 ubuntu-sso-client-930724)
  • Revision ID: tarmac-20120213154205-nusgai8bogpj42xg
- Fixed: Qt UI: when calling login or validate_email, should pass the ping_url (LP: #930724).

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
            self._move_to_email_verification_page)
95
95
 
96
96
        self.current_user = CurrentUserSignInPage(Ui_CurrentUserSignInPage(),
 
97
                                                  self.ping_url,
97
98
                                                  app_name=self.app_name,
98
99
                                                  parent=self)
99
100
        self.current_user.userNotValidated.connect(
104
105
 
105
106
        self.email_verification = EmailVerificationPage(
106
107
                                                Ui_EmailVerificationPage(),
 
108
                                                self.ping_url,
107
109
                                                app_name=self.app_name)
108
110
        self.email_verification.registrationSuccess.connect(
109
111
            self._move_to_success_page)