зеркало из https://github.com/mozilla/pjs.git
Typo fix for bug 394252.
This commit is contained in:
Родитель
df3c401096
Коммит
96646d0e74
|
@ -1364,7 +1364,7 @@ PlacesTreeView.prototype = {
|
|||
var node = this.nodeForTreeIndex(aRow);
|
||||
if (node.title != aText) {
|
||||
var txn = PlacesUIUtils.ptm.editItemTitle(node.itemId, aText);
|
||||
PlacesUtils.ptm.doTransaction(txn);
|
||||
PlacesUIUtils.ptm.doTransaction(txn);
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче