update update_notifications.provider.0.datasource, even if we don't use it (patch by Steffen Wilberg)

This commit is contained in:
chanial%noos.fr 2003-11-16 04:01:31 +00:00
parent 345db106d6
commit 4026ea488f
2 changed files with 2 additions and 2 deletions

View File

@ -612,7 +612,7 @@ pref("alerts.height", 50);
// update notifications prefs
pref("update_notifications.enabled", true);
pref("update_notifications.provider.0.frequency", 7); // number of days
pref("update_notifications.provider.0.datasource", "chrome://communicator-region/locale/region.properties");
pref("update_notifications.provider.0.datasource", "chrome://browser-region/locale/region.properties");
// if true, allow plug-ins to override internal imglib decoder mime types in full-page mode
pref("plugin.override_internal_types", false);

View File

@ -612,7 +612,7 @@ pref("alerts.height", 50);
// update notifications prefs
pref("update_notifications.enabled", true);
pref("update_notifications.provider.0.frequency", 7); // number of days
pref("update_notifications.provider.0.datasource", "chrome://communicator-region/locale/region.properties");
pref("update_notifications.provider.0.datasource", "chrome://browser-region/locale/region.properties");
// if true, allow plug-ins to override internal imglib decoder mime types in full-page mode
pref("plugin.override_internal_types", false);