mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
fix bug 11647
This commit is contained in:
parent
bbc7bb9b8a
commit
f3b7202a58
@ -2792,12 +2792,12 @@ WLLT_FetchFromNetCenter() {
|
||||
if (NS_FAILED(rv)) {
|
||||
return;
|
||||
}
|
||||
rv = NS_NewURItoFile("http://people.netscape.com/morse/wallet/URLFieldSchema.tbl",
|
||||
rv = NS_NewURItoFile("http://people.netscape.com/morse/wallet/SchemaConcat.tbl",
|
||||
dirSpec, "SchemaConcat.tbl");
|
||||
if (NS_FAILED(rv)) {
|
||||
return;
|
||||
}
|
||||
rv = NS_NewURItoFile("http://people.netscape.com/morse/wallet/URLFieldSchema.tbl",
|
||||
rv = NS_NewURItoFile("http://people.netscape.com/morse/wallet/FieldSchema.tbl",
|
||||
dirSpec, "FieldSchema.tbl");
|
||||
if (NS_FAILED(rv)) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user