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:
parent
d0093df5af
commit
e41cc1090a
@ -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"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user