~diegosarmentero/ubuntu-sso-client/translation-problem

« back to all changes in this revision

Viewing changes to ubuntu_sso/qt/forgotten_password_page.py

  • Committer: Tarmac
  • Author(s): Natalia B. Bidart
  • Date: 2012-03-14 14:44:35 UTC
  • mfrom: (904.1.17 reusable-headers)
  • Revision ID: tarmac-20120314144435-dip8wzxej7ix6k8r
- The tooltip should not be shown for titles and subtitles when no cut off was
  needed (LP: #949741).
- Making the WizardHeader a reusable class.
- Added some minor logging to build_general_error_msg.
- Improved code for the 'sign in' button validation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
        # set the error message
128
128
        self.hide_overlay()
129
129
        msg = REQUEST_PASSWORD_TOKEN_WRONG_EMAIL
130
 
        self.show_error(self.app_name, msg)
 
130
        self.show_error(msg)