~dobey/ubuntuone-control-panel/use-dirspec

« back to all changes in this revision

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

- Restarting the wizard on current device removed (LP: #973830).

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
    @log_call(logger.debug)
94
94
    def on_credentials_not_found(self):
95
95
        """Credentials are not found or were removed."""
 
96
        self.ui.wizard.restart()
96
97
        self.ui.switcher.setCurrentWidget(self.ui.wizard)
97
98
        self.is_processing = False
98
99