зеркало из https://github.com/mozilla/gecko-dev.git
Bug 421058 - Firefox won't prompt to change stored passwords. r=gavin, a=blocking-ff3+
This commit is contained in:
Родитель
9296408872
Коммит
0e35e7e7ad
|
@ -700,7 +700,7 @@ LoginManagerPrompter.prototype = {
|
|||
* Shows the Change Password notification bar.
|
||||
*
|
||||
*/
|
||||
_showChangeLoginNotification : function (notifyBox, aOldLogin, aNewLogin) {
|
||||
_showChangeLoginNotification : function (aNotifyBox, aOldLogin, aNewLogin) {
|
||||
var notificationText;
|
||||
if (aOldLogin.username)
|
||||
notificationText = this._getLocalizedString(
|
||||
|
|
Загрузка…
Ссылка в новой задаче