Bug 480361: Amoving bookmark into subfolder stops ability to exit 'manage' mode, r=gavin

This commit is contained in:
Mark Finkle 2009-03-02 19:50:44 -05:00
Родитель 96881e22ee
Коммит 4559cdabc5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -615,7 +615,7 @@
this.setAttribute("ui", "manage");
}
else {
if (this._activeItem)
if (this._activeItem && this._activeItem.isEditing)
this._activeItem.stopEditing();
this.removeAttribute("ui");
}