Bug 623795 follow-up: forgot to apply my own review comments. r=me a=blocking-betaN

This commit is contained in:
Philipp von Weitershausen 2011-01-13 22:08:57 -08:00
parent 54d33bf64c
commit 2efaeba5ed

View File

@ -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;
}