mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
bug 37846, signon viewer and wallet editor not accessible from pref panel
This commit is contained in:
parent
70c90c3742
commit
42cbd2bf4f
@ -44,12 +44,12 @@
|
||||
<![CDATA[
|
||||
function viewSignons()
|
||||
{
|
||||
window.openDialog("chrome://wallet/content/SignonViewer.xul","","modal=yes,chrome,resizable=no");
|
||||
window.openDialog("chrome://communicator/content/wallet/SignonViewer.xul","","modal=yes,chrome,resizable=no");
|
||||
}
|
||||
|
||||
function viewWallet()
|
||||
{
|
||||
window.openDialog("chrome://wallet/content/WalletEditor.xul","","modal=yes,chrome,resizable=no");
|
||||
window.openDialog("chrome://communicator/content/wallet/WalletEditor.xul","","modal=yes,chrome,resizable=no");
|
||||
}
|
||||
|
||||
function changePasswords()
|
||||
|
Loading…
Reference in New Issue
Block a user