зеркало из https://github.com/mozilla/pjs.git
Bug 339728
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:
Родитель
620c30513e
Коммит
5d7677310e
|
@ -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"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче