Camino only: Bug 353221 - 'Don't warn again' checkboxes can become polluted. r=hwaara sr=pink
git-svn-id: svn://10.0.0.236/trunk@212003 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
03a4807907
commit
1f6d5a70e6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user