Bug 410716 - Dragging toolbar bookmarks to new location does not render changes in toolbar UI. 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:19:23 +00:00
Родитель 668c6d8a41
Коммит 56fdf8ebab
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -500,7 +500,7 @@
function TV_V_itemMoved(aItem, aOldParent, aOldIndex, aNewParent,
aNewIndex) {
// This cannot actually happen yet (see IDL)
if (aNewParent != aOldParent);
if (aNewParent != aOldParent)
return;
if (aNewParent == this._self.getResultNode()) {