зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
668c6d8a41
Коммит
56fdf8ebab
|
@ -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()) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче