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


git-svn-id: svn://10.0.0.236/trunk@198954 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cst%andrew.cmu.edu 2006-06-03 18:37:38 +00:00
parent d0093df5af
commit e41cc1090a
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -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"/>