Camino only: Bug 353221 - 'Don't warn again' checkboxes can become polluted. r=hwaara sr=pink

This commit is contained in:
stridey%gmail.com 2006-09-19 18:32:53 +00:00
parent 78bc894bd6
commit a5d412cd04

View File

@ -123,10 +123,6 @@ const int kDefaultExpireDays = 9;
// ensure that the prefs exist
[self setPref:"browser.startup.page" toInt:[checkboxNewWindowBlank state] ? 1 : 0];
[self setPref:"browser.tabs.startPage" toInt:[checkboxNewTabBlank state] ? 1 : 0];
[self setPref:"camino.check_default_browser" toBoolean:([checkboxCheckDefaultBrowserOnLaunch state] == NSOnState)];
[self setPref:"camino.warn_when_closing" toBoolean:([checkboxWarnWhenClosing state] == NSOnState)];
}
- (IBAction)checkboxStartPageClicked:(id)sender