mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-25 06:10:35 +00:00
fix incorrect component for wallet
This commit is contained in:
parent
663949c99e
commit
5acc6a7f35
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user