Bug 411219 - After a successful drop the bookmark menu is not rebuilt until restart. patch by Marco Bonardo [mak77] <mak77@supereva.it>, r=me, a=mconnor.

This commit is contained in:
mozilla.mano%sent.com 2008-01-09 06:21:09 +00:00
Родитель 56fdf8ebab
Коммит ac36f3d204
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -292,7 +292,7 @@
function PMV_itemMoved(aItem, aOldParent, aOldIndex, aNewParent,
aNewIndex) {
// This cannot actually happen yet (see IDL)
if (aNewParent != aOldParent);
if (aNewParent != aOldParent)
return;
var popup = this._getPopupForContainer(aNewParent);