From 50f4722575e581612618eba48ae2f09ebea3253e Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Tue, 14 Jun 2005 21:15:21 +0000 Subject: [PATCH] Supplemental logic fix from bug 224305, r=darin --- xulrunner/app/nsRegisterGREWin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xulrunner/app/nsRegisterGREWin.cpp b/xulrunner/app/nsRegisterGREWin.cpp index 13987af63a6c..0d6681e10554 100755 --- a/xulrunner/app/nsRegisterGREWin.cpp +++ b/xulrunner/app/nsRegisterGREWin.cpp @@ -169,7 +169,7 @@ RegisterXULRunner(PRBool aRegisterGlobally, nsIFile* aLocation) rv = MakeVersionKey(rootKey, keyName, greHome); if (NS_SUCCEEDED(rv)) { PR_Write(fd, keyName, strlen(keyName)); - irv = PR_FALSE; + irv = PR_TRUE; goto reg_end; } }