fix bug 6399

git-svn-id: svn://10.0.0.236/trunk@31659 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com
1999-05-14 21:21:38 +00:00
parent e45fa99e7f
commit 661378cd2e

View File

@@ -1478,7 +1478,7 @@ wallet_Initialize() {
char * message = Wallet_Localize("IncorrectKey_TryAgain?");
char * failed = Wallet_Localize("KeyFailure");
while (!Wallet_SetKey(PR_FALSE)) {
if (!FE_Confirm(message)) {
if (!FE_Confirm(message) || !wallet_GetUsingDialogsPref()) {
FE_Confirm(failed);
PR_FREEIF(message);
PR_FREEIF(failed);