From 4c4468f452043682f0d84e57a2d355962cb87725 Mon Sep 17 00:00:00 2001 From: "blakeross%telocity.com" Date: Wed, 25 Jul 2001 06:06:40 +0000 Subject: [PATCH] Rename profile creates new name but doesn't display it (73031). r=jesse sr=ben --- profile/resources/content/profileManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/resources/content/profileManager.js b/profile/resources/content/profileManager.js index 7a6dd7308d09..8e5eea6e284a 100644 --- a/profile/resources/content/profileManager.js +++ b/profile/resources/content/profileManager.js @@ -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 ); }