clean up extra tab view in nib files

git-svn-id: svn://10.0.0.236/trunk@166865 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joshmoz%gmail.com
2004-12-18 23:23:24 +00:00
parent b09c2b1d13
commit 6027c07469
6 changed files with 5 additions and 10 deletions

View File

@@ -14,10 +14,8 @@
},
{
ACTIONS = {
checkboxClicked = id;
checkboxStartPageClicked = id;
checkboxUseSystemHomePageClicked = id;
chooseDownloadFolder = id;
clearDiskCache = id;
clearGlobalHistory = id;
historyDaysModified = id;
@@ -28,8 +26,6 @@
checkboxNewTabBlank = NSButton;
checkboxNewWindowBlank = NSButton;
checkboxUseSystemHomePage = NSButton;
mDownloadFolder = NSPopUpButton;
mEnableHelperApps = NSButton;
textFieldHistoryDays = NSTextField;
textFieldHomePage = NSTextField;
};

View File

@@ -8,15 +8,15 @@
<string>364.0</string>
<key>IBGroupedObjects</key>
<dict>
<key>5</key>
<key>8</key>
<array>
<string>12</string>
<string>24</string>
<string>56</string>
<string>331</string>
<string>321</string>
<string>334</string>
</array>
</dict>
<key>IBLastGroupID</key>
<string>8</string>
<string>9</string>
<key>IBOpenObjects</key>
<array>
<integer>5</integer>

View File

@@ -51,7 +51,6 @@
- (IBAction)checkboxClicked:(id)sender
{
NSLog(@"called mofo");
if (!mPrefService)
return;