~jonas-drange/ubuntu-system-settings/no-empty-contexts-1433278-rtm

« back to all changes in this revision

Viewing changes to wizard/qml/main.qml

  • Committer: CI Train Bot
  • Author(s): Michael Terry
  • Date: 2015-03-09 14:22:41 UTC
  • mfrom: (974.8.1 wizard-double-finish)
  • Revision ID: ci-train-bot@canonical.com-20150309142241-av431xi5uznqzj9j
Don't accept multiple "Finish" clicks during the last step of the wizard; doing so can cause password-setting to be left in an inconsistent state. Fixes: #1414762
Approved by: Ken VanDine, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    }
49
49
 
50
50
    function quitWizard() {
 
51
        pageStack.currentPage.enabled = false
 
52
 
51
53
        // Immediately go to black to give quick feedback
52
54
        blackCover.visible = true
53
55