This commit is contained in:
mozilla.mano%sent.com 2008-03-17 06:39:42 +00:00
Родитель df3c401096
Коммит 96646d0e74
1 изменённых файлов: 1 добавлений и 1 удалений

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

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