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 08:46:26 +00:00
Родитель 810d93255b
Коммит 7ca577e917
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;">