Bug 900595 - Once always send a report has been selected, selecting any other option is ignored with system crashes r=fabrice

This commit is contained in:
supadennis.lee 2013-09-05 18:41:31 -07:00
parent 83fbdfccee
commit df0f224def

View File

@ -428,6 +428,8 @@ SettingsListener.observe('app.reportCrashes', 'ask', function(value) {
} else {
Services.prefs.clearUserPref('app.reportCrashes');
}
// This preference is consulted during startup.
Services.prefs.savePrefFile(null);
});
// ================ Updates ================