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:
stuart.morgan%alumni.case.edu
2008-09-25 04:55:17 +00:00
parent 9ae7c3bab8
commit b7f3d19573

View File

@@ -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;