Camino only - Re-add a method that got clobbered in the Sparkle landing
git-svn-id: svn://10.0.0.236/trunk@254419 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -132,6 +132,11 @@
|
||||
[self setPref:kGeckoPrefNewTabStartPage toInt:[checkboxNewTabBlank state] ? kStartPageHome : kStartPageBlank];
|
||||
}
|
||||
|
||||
- (IBAction)homePageModified:(id)sender
|
||||
{
|
||||
[self setPref:kGeckoPrefHomepageURL toString:[textFieldHomePage stringValue]];
|
||||
}
|
||||
|
||||
- (IBAction)checkboxStartPageClicked:(id)sender
|
||||
{
|
||||
const char* prefName = NULL;
|
||||
|
||||
Reference in New Issue
Block a user