From 42cb3743c54290778bff2a06a90499e5408c7959 Mon Sep 17 00:00:00 2001 From: michael starke Date: Sat, 20 Apr 2013 12:58:39 +0200 Subject: [PATCH] Fixed binding error that caused a crash on clipboard actions --- MacPass/MPPasteBoardController.m | 2 +- MacPass/MacPass-Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MacPass/MPPasteBoardController.m b/MacPass/MPPasteBoardController.m index c9adba9d..9272efc5 100644 --- a/MacPass/MPPasteBoardController.m +++ b/MacPass/MPPasteBoardController.m @@ -88,7 +88,7 @@ - (void)_setupBindings { NSUserDefaultsController *userDefaultsController = [NSUserDefaultsController sharedUserDefaultsController]; NSString *clearOnShutdownKeyPath = [NSString stringWithFormat:@"values.%@", kMPSettingsKeyClearPasteboardOnQuit]; - NSString *clearTimoutKeyPath = [NSString stringWithFormat:@"value.%@", kMPSettingsKeyPasteboardClearTimeout]; + NSString *clearTimoutKeyPath = [NSString stringWithFormat:@"values.%@", kMPSettingsKeyPasteboardClearTimeout]; [self bind:@"clearPasteboardOnShutdown" toObject:userDefaultsController withKeyPath:clearOnShutdownKeyPath options:nil]; [self bind:@"clearTimeout" toObject:userDefaultsController withKeyPath:clearTimoutKeyPath options:nil]; } diff --git a/MacPass/MacPass-Info.plist b/MacPass/MacPass-Info.plist index 4bbe1fdb..7a10700d 100644 --- a/MacPass/MacPass-Info.plist +++ b/MacPass/MacPass-Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 627 + 62E LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSHumanReadableCopyright