зеркало из https://github.com/mozilla/pjs.git
Bug 301283: Toolbar customize gives js error after removing searchbar, r=mconnor
This commit is contained in:
Родитель
be7c818c22
Коммит
b15d123c7f
|
@ -108,7 +108,11 @@
|
|||
]]></constructor>
|
||||
|
||||
<destructor><![CDATA[
|
||||
this.controllers.removeController(this.searchbarController);
|
||||
// Because XBL and the customize toolbar code interacts poorly,
|
||||
// there may not be a controller to remove here
|
||||
try {
|
||||
this.controllers.removeController(this.searchbarController);
|
||||
} catch (ex) { }
|
||||
]]></destructor>
|
||||
|
||||
<property name="mContextMenu" readonly="true">
|
||||
|
|
Загрузка…
Ссылка в новой задаче