Bug 402895 - "The search bar no longer has a blue border when the website has a search engine available" [p=dao@mozilla.com (Dão Gottwald) r=gavin a=blocking-firefox3+]

This commit is contained in:
reed@reedloden.com 2007-11-28 00:46:26 -08:00
Родитель 9c2b6d8aa0
Коммит 8a568e336d
1 изменённых файлов: 2 добавлений и 9 удалений

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

@ -159,15 +159,8 @@
]]></getter>
</property>
<property name="searchButton" readonly="true">
<getter><![CDATA[
if (!this._searchButton) {
this._searchButton = document.getAnonymousElementByAttribute(
this, "anonid", "searchbar-engine-button");
}
return this._searchButton;
]]></getter>
</property>
<field name="searchButton">document.getAnonymousElementByAttribute(this,
"anonid", "searchbar-engine-button");</field>
<property name="currentEngine"
onset="this.searchService.currentEngine = val; return val;">