Removed non-functional binding for now

This commit is contained in:
michael starke
2013-12-12 02:05:50 +01:00
parent 5a4cf2152a
commit 467b600673

View File

@@ -425,8 +425,12 @@ NSString *const _MPTAbleSecurCellView = @"PasswordCell";
[self.filterSearchField setAction:@selector(updateFilterText:)];
[[self.filterSearchField cell] setSendsSearchStringImmediately:NO];
[self bind:NSStringFromSelector(@selector(filterMode)) toObject:[NSUserDefaultsController sharedUserDefaultsController] withKeyPath:[MPSettingsHelper defaultControllerPathForKey:kMPSettingsKeyEntrySearchFilterMode] options:nil];
/*
[self bind:@"filterMode"
toObject:[NSUserDefaultsController sharedUserDefaultsController]
withKeyPath:[MPSettingsHelper defaultControllerPathForKey:kMPSettingsKeyEntrySearchFilterMode]
options:nil];
*/
}
}