~ubuntu-branches/ubuntu/oneiric/ubuntuone-control-panel/oneiric

« back to all changes in this revision

Viewing changes to ubuntuone/controlpanel/gui/qt/account.py

* New upstream release:
  [ Alejandro J. Cura <alecu@canonical.com>]
    - Do not throw a webclient error when closing
      (LP: #845105).
  [ Natalia B. Bidart <natalia.bidart@canonical.com> ]
    - Removed all code related to Bookmarks (LP: #850142).
    - Replaces references to "Evolution" by "Thunderbird" (LP: #849494).
  [ Rodney Dawes <rodney.dawes@canonical.com> ]
    - Don't install a .desktop file for control panel
      (part of LP: #838778).
    - Point the indicator/Unity API at the installer .desktop file
      (part of LP: #838778).
    - Set the WMCLASS so Unity will fall back properly
      (part of LP: #838778).
    - Fix a few grammar mistakes (LP: #835093).
    - Don't show the "Get NGB free!" label on "Join now" button at all
      (LP: #819955).
* debian/control:
  - ubuntuone-control-panel-gtk depends now on ubuntuone-installer >= 2.0.0.
  - require ubuntuone-client >= 2.0.0.
  - require ubuntu-sso-client >= 1.4.0.
  - no longer install a .desktop file (will be installed by ubuntuone-installer).

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    """The Account Tab Panel widget"""
38
38
 
39
39
    ui_class = account_ui
 
40
    logger = logger
40
41
 
41
42
    def _setup(self):
42
43
        """Do some extra setupping for the UI."""
 
44
        super(AccountPanel, self)._setup()
43
45
        self.ui.edit_profile_button.uri = EDIT_PROFILE_LINK
44
46
        self.ui.edit_services_button.uri = EDIT_ACCOUNT_LINK
45
47
 
 
48
    # pylint: disable=E0202
46
49
    @defer.inlineCallbacks
47
50
    def load(self):
48
51
        """Load info."""