diff --git a/xpfe/communicator/resources/content/tasksOverlay.js b/xpfe/communicator/resources/content/tasksOverlay.js index 371139280953..c29bc6b27e4b 100644 --- a/xpfe/communicator/resources/content/tasksOverlay.js +++ b/xpfe/communicator/resources/content/tasksOverlay.js @@ -273,7 +273,7 @@ function CheckForWalletAndImage() // perform a wallet action function WalletAction( action ) { - var strings = document.getElementById("strings"); + var strings = document.getElementById("personalManagers"); if (action == "password" || action == "expire" || action == "clear") { wallet = Components.classes['component://netscape/wallet/wallet-service']; wallet = wallet.getService(); diff --git a/xpfe/communicator/resources/content/tasksOverlay.xul b/xpfe/communicator/resources/content/tasksOverlay.xul index 451ec5710f51..574009536494 100644 --- a/xpfe/communicator/resources/content/tasksOverlay.xul +++ b/xpfe/communicator/resources/content/tasksOverlay.xul @@ -38,7 +38,7 @@ -