putting back change that was backed out unnecessarily

This commit is contained in:
morse%netscape.com 2000-08-25 05:36:52 +00:00
Родитель a398397899
Коммит 2d65864820
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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();