Bug 415101 - wrong bookmark and tags edited from the star menu. r=dietrich, a=beltzner.

This commit is contained in:
mozilla.mano@sent.com 2008-01-31 11:58:03 -08:00
Родитель 7a8e48977a
Коммит 9977ff665e
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -465,6 +465,9 @@ var gEditItemOverlay = {
},
onNamePickerChange: function EIO_onNamePickerChange() {
if (this._itemId == -1)
return;
var namePicker = this._element("namePicker")
var txns = [];
const ptm = PlacesUtils.ptm;