From 2d6586482067c3306927db59655fd5f29bd0193f Mon Sep 17 00:00:00 2001 From: "morse%netscape.com" Date: Fri, 25 Aug 2000 05:36:52 +0000 Subject: [PATCH] putting back change that was backed out unnecessarily --- xpfe/bootstrap/nsAppRunner.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xpfe/bootstrap/nsAppRunner.cpp b/xpfe/bootstrap/nsAppRunner.cpp index a693db972f15..0d1993090027 100644 --- a/xpfe/bootstrap/nsAppRunner.cpp +++ b/xpfe/bootstrap/nsAppRunner.cpp @@ -946,11 +946,11 @@ static nsresult main1(int argc, char* argv[], nsISupports *nativeApp ) // Fire up the walletService. Why the heck is this here? NS_WITH_SERVICE(nsIWalletService, walletService, kWalletServiceCID, &rv); - if (NS_SUCCEEDED(rv)) - { - // this is a no-op. What is going on? - walletService->WALLET_FetchFromNetCenter(); - } +// if (NS_SUCCEEDED(rv)) +// { +// // this is a no-op. What is going on? +// walletService->WALLET_FetchFromNetCenter(); +// } InitCachePrefs();