bug 457781 — Plugin disabling in Addons Manager does not stick: only alter plugin state when the user has made a change, not on startup as well

This commit is contained in:
Daniel Brooks 2008-09-30 07:44:02 -05:00
Родитель 8796588b37
Коммит 070b95a69a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -265,7 +265,7 @@
<richpref pref="javascript.enabled" type="bool" title="&javascript.enabled.title;">
&javascript.enabled.description;
</richpref>
<richpref pref="plugins.enabled" type="bool" title="&plugins.enabled.title;" onsyncfrompreference="Browser.setPluginState(this.value);">
<richpref pref="plugins.enabled" type="bool" title="&plugins.enabled.title;" onsynctopreference="Browser.setPluginState(this.value);">
&plugins.enabled.description;
</richpref>