зеркало из https://github.com/mozilla/gecko-dev.git
Bug 471508 - Make the toolboxChanged() callback return useful information. r=gavin.
This commit is contained in:
Родитель
a56af8e625
Коммит
b5c27b47a3
|
@ -139,11 +139,11 @@ function notifyParentInitialized()
|
||||||
gToolbox.customizeInitialized();
|
gToolbox.customizeInitialized();
|
||||||
}
|
}
|
||||||
|
|
||||||
function toolboxChanged()
|
function toolboxChanged(aEvent)
|
||||||
{
|
{
|
||||||
gToolboxChanged = true;
|
gToolboxChanged = true;
|
||||||
if ("customizeChange" in gToolbox)
|
if ("customizeChange" in gToolbox)
|
||||||
gToolbox.customizeChange();
|
gToolbox.customizeChange(aEvent);
|
||||||
}
|
}
|
||||||
|
|
||||||
function getToolbarAt(i)
|
function getToolbarAt(i)
|
||||||
|
@ -634,7 +634,7 @@ function restoreDefaultSet()
|
||||||
// Now re-wrap the items on the toolbar.
|
// Now re-wrap the items on the toolbar.
|
||||||
wrapToolbarItems();
|
wrapToolbarItems();
|
||||||
|
|
||||||
toolboxChanged();
|
toolboxChanged("reset");
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateIconSize(aUseSmallIcons, localDefault)
|
function updateIconSize(aUseSmallIcons, localDefault)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче