From 2efaeba5ed04c12adb7d812b580e5f225905872d Mon Sep 17 00:00:00 2001 From: Philipp von Weitershausen Date: Thu, 13 Jan 2011 22:08:57 -0800 Subject: [PATCH] Bug 623795 follow-up: forgot to apply my own review comments. r=me a=blocking-betaN --- browser/base/content/syncSetup.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/browser/base/content/syncSetup.js b/browser/base/content/syncSetup.js index 6a22ff3a1ee..8fdf68d94f0 100644 --- a/browser/base/content/syncSetup.js +++ b/browser/base/content/syncSetup.js @@ -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; }