diff --git a/xpfe/global/resources/content/tasksOverlay.js b/xpfe/global/resources/content/tasksOverlay.js index 06dabb34598e..033b95fb8444 100644 --- a/xpfe/global/resources/content/tasksOverlay.js +++ b/xpfe/global/resources/content/tasksOverlay.js @@ -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);