~diegosarmentero/ubuntuone-control-panel/misaligned-icons

« back to all changes in this revision

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

- Fixed some ui details and links (LP: #838601) (LP: #838628).

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
from ubuntuone.controlpanel.logger import setup_logging, log_call
28
28
from ubuntuone.controlpanel.gui import (
29
29
    humanize,
30
 
    EDIT_ACCOUNT_LINK,
 
30
    EDIT_SERVICES_LINK,
31
31
    FACEBOOK_LINK,
32
32
    GET_SUPPORT_LINK,
33
33
    GREETING,
54
54
 
55
55
    def _setup(self):
56
56
        """Do some extra setupping for the UI."""
57
 
        self.ui.get_more_space_button.uri = EDIT_ACCOUNT_LINK
 
57
        self.ui.get_more_space_button.uri = EDIT_SERVICES_LINK
58
58
        self.ui.help_button.uri = GET_SUPPORT_LINK
59
59
        self.ui.devices_tab.localDeviceRemoved.connect(
60
60
            self.on_credentials_not_found)