Re-enable menu items

This commit is contained in:
Pieter de Bie
2008-09-20 11:05:12 +02:00
parent aa2d76f261
commit 252b44cbe9
+2
View File
@@ -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