From 5acc6a7f35fd0a40ef471faf609b6fd4bff351ac Mon Sep 17 00:00:00 2001 From: "morse%netscape.com" Date: Tue, 16 May 2000 23:13:57 +0000 Subject: [PATCH] fix incorrect component for wallet --- xpfe/global/resources/content/tasksOverlay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);