Bug 295644: endBatchTransaction() should call updateUndoRedoMenu().

patch by jminta, r=mvl
This commit is contained in:
mvl%exedo.nl 2005-06-01 14:39:32 +00:00
Родитель 90fcdb00a0
Коммит 74c6a24eda
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1480,6 +1480,7 @@ function startBatchTransaction() {
}
function endBatchTransaction() {
gTransactionMgr.endBatch();
updateUndoRedoMenu();
}
function canUndo() {