fix incorrect component for wallet

This commit is contained in:
morse%netscape.com 2000-05-16 23:13:57 +00:00
parent 663949c99e
commit 5acc6a7f35

View File

@ -347,7 +347,7 @@ function CheckForWalletAndImage()
function WalletAction( action )
{
if (action == "password" || action == "expire") {
wallet = Components.classes['component://netscape/wallet'];
wallet = Components.classes['component://netscape/wallet/wallet-service'];
wallet = wallet.getService();
wallet = wallet.QueryInterface(Components.interfaces.nsIWalletService);