diff --git a/toolkit/profile/content/profileSelection.js b/toolkit/profile/content/profileSelection.js index 636b797ed5f1..507aeb9c5b26 100644 --- a/toolkit/profile/content/profileSelection.js +++ b/toolkit/profile/content/profileSelection.js @@ -197,7 +197,7 @@ function RenameProfile() { return false; } - selectedItem.label = newName; + selectedItem.firstChild.setAttribute("value", newName); var tiptext = gProfileManagerBundle. getFormattedString("profileTooltip", [newName, selectedProfile.rootDir.path]);