From 252b44cbe9004cce1ace1b73d5344713a6d55a92 Mon Sep 17 00:00:00 2001 From: Pieter de Bie Date: Sat, 20 Sep 2008 11:05:12 +0200 Subject: [PATCH] Re-enable menu items --- PBGitWindowController.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PBGitWindowController.m b/PBGitWindowController.m index db57ad6..8612ebd 100644 --- a/PBGitWindowController.m +++ b/PBGitWindowController.m @@ -58,6 +58,8 @@ //// embed the current view to our host view [contentView addSubview: [viewController view]]; + // Allow the viewcontroller to catch actions + [self setNextResponder: viewController]; [self bind:@"searchController" toObject:viewController withKeyPath:@"commitController" options:nil]; // make sure we automatically resize the controller's view to the current window size