Add the 'disabled' property to the autorepeatbutton binding. This makes the fix for 342841 work for autorepeat-based scrollboxes (e.g. bookmark folders), bug 342841 attachment 228029, r=mconnor.

This commit is contained in:
mozilla.mano%sent.com 2006-07-04 09:29:38 +00:00
Родитель 4dd82da71b
Коммит d4b0b92847
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -10,7 +10,7 @@
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:xbl="http://www.mozilla.org/xbl">
<binding id="scrollbox-base">
<binding id="scrollbox-base" extends="chrome://global/content/bindings/general.xml#basecontrol">
<resources>
<stylesheet src="chrome://global/skin/scrollbox.css"/>
</resources>