Sync xpfe/tookit config.xul and config.js - add an id to an hbox and explicitly save the pref file after each change
r+sr=neil a=KaiRo
This commit is contained in:
cst%andrew.cmu.edu 2006-06-03 18:37:27 +00:00
Родитель b5cda5027f
Коммит 9e4106acff
2 изменённых файлов: 3 добавлений и 1 удалений

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

@ -568,6 +568,8 @@ function ModifyPref(entry)
}
}
gPrefService.savePrefFile(null);
// Fire event for accessibility
var event = document.createEvent('Events');
event.initEvent('NameChange', false, true);

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

@ -76,7 +76,7 @@
<key keycode="VK_RETURN" oncommand="ModifySelected();"/>
</keyset>
<hbox align="center">
<hbox id="filterRow" align="center">
<label value="&filterPrefs.label;" accesskey="&filterPrefs.accesskey;" control="textbox"/>
<textbox id="textbox" flex="1" type="timed" timeout="500" oncommand="FilterPrefs();"/>
<button id="button" label="&showAll.label;" accesskey="&showAll.accesskey;" oncommand="ClearFilter();" disabled="true"/>