Bug 301283: Toolbar customize gives js error after removing searchbar, r=mconnor

This commit is contained in:
gavin%gavinsharp.com 2005-08-26 20:48:03 +00:00
Родитель be7c818c22
Коммит b15d123c7f
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -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">