From 5e6d2bed3dfabfad40d3dcc2f579a3a18f68f1d2 Mon Sep 17 00:00:00 2001 From: michael starke Date: Fri, 19 Jul 2013 18:42:18 +0200 Subject: [PATCH] Removed commented code --- MacPass/MPDocumentWindowController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacPass/MPDocumentWindowController.m b/MacPass/MPDocumentWindowController.m index 6c8b34a6..80d487ab 100644 --- a/MacPass/MPDocumentWindowController.m +++ b/MacPass/MPDocumentWindowController.m @@ -349,7 +349,7 @@ NSString *const MPCurrentItemChangedNotification = @"com.hicknhack.macpass.MPCur } _firstResponder = firstResonder; if([_firstResponder isKindOfClass:[NSView class]]) { - //self _updateCurrentItem:[NSNotification notificationWithName:@"dummy" object:_firstResponder ]]; + [self _updateCurrentItem:[NSNotification notificationWithName:@"dummy" object:_firstResponder ]]; } }