remove a redundant framework reference and other trivial changes

This commit is contained in:
Mitchell Livingston
2008-10-01 02:40:04 +00:00
parent f6a770f1db
commit 830bb2f57b
5 changed files with 23 additions and 26 deletions

View File

@@ -273,8 +273,6 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
- (void) awakeFromNib
{
fBadger = [[Badger alloc] initWithLib: fLib];
NSToolbar * toolbar = [[NSToolbar alloc] initWithIdentifier: @"TRMainToolbar"];
[toolbar setDelegate: self];
[toolbar setAllowsUserCustomization: YES];
@@ -436,6 +434,8 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
}
[[fSearchFilterField cell] setPlaceholderString: filterSearchTypeTitle];
fBadger = [[Badger alloc] initWithLib: fLib];
//observe notifications
NSNotificationCenter * nc = [NSNotificationCenter defaultCenter];