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