Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Bug 623795 follow-up: forgot to apply my own review comments. r=me a=…
Browse files Browse the repository at this point in the history
…blocking-betaN
  • Loading branch information
philikon committed Jan 14, 2011
1 parent 7ec8963 commit ee43bde
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions browser/base/content/syncSetup.js
Expand Up @@ -384,11 +384,6 @@ var gSyncSetup = {
// This is a fallback in case the Master Password gets locked mid-wizard.
if ((this.wizard.pageIndex >= 0) &&
!Weave.Utils.ensureMPUnlocked()) {

// Leave canAdvance set according to onPageShow, because it dictates
// whether the Next button stays enabled. Return false to prevent the
// wizard from advancing to the next page.
this.onPageShow();
return false;
}

Expand Down

0 comments on commit ee43bde

Please sign in to comment.