fix bug in display of safe fill-in

git-svn-id: svn://10.0.0.236/trunk@29386 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com 1999-04-27 04:44:00 +00:00
parent 415f9c4884
commit 1bef3cd851

View File

@ -1238,6 +1238,7 @@ PRInt32 FieldToValue(
SchemaToValue_list = resume;
if (wallet_ReadFromList(field, value, itemList, SchemaToValue_list) != -1) {
/* value found, prefill it into form */
schema = nsAutoString(field);
resume = SchemaToValue_list;
return 0;
}