bug 75754, password manager not showing all saved passwords, r=sconest, sr=alecf

This commit is contained in:
morse%netscape.com 2001-04-13 02:22:46 +00:00
parent 8569f63a76
commit 0950c5cbda

View File

@ -151,7 +151,7 @@ function LoadSignons()
var uri =
Components.classes["@mozilla.org/network/standard-url;1"]
.createInstance(Components.interfaces.nsIURI);
uri.spec = site;
uri.spec = host;
if (uri.username) {
user = uri.username;
} else {