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
Родитель 6940295f99
Коммит b635a5ce4c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 );
}