Rename profile creates new name but doesn't display it (73031). r=jesse sr=ben

This commit is contained in:
blakeross%telocity.com 2001-07-25 06:06:40 +00:00
parent ec7cf9b88e
commit 4c4468f452

View File

@ -108,7 +108,7 @@ function RenameProfile()
var migrate = selected.firstChild.firstChild.getAttribute("rowMigrate");
try {
profile.renameProfile(oldName, newName);
selected.firstChild.firstChild.setAttribute( "value", newName );
selected.firstChild.firstChild.setAttribute( "label", newName );
selected.setAttribute( "rowName", newName );
selected.setAttribute( "profile_name", newName );
}