Skip to content

Commit

Permalink
Don't set first responder explicitly in the network preferences.
Browse files Browse the repository at this point in the history
  • Loading branch information
eofster committed Feb 17, 2009
1 parent 4407c8c commit be86e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AKPreferenceController.m
Expand Up @@ -228,7 +228,7 @@ - (IBAction)changeView:(id)sender
case AKNetworkPreferencesTag:
view = networkView;
title = NSLocalizedString(@"Network", @"Network preferences window title.");
firstResponderView = transportPort;
firstResponderView = nil;
break;
default:
view = nil;
Expand Down

0 comments on commit be86e9b

Please sign in to comment.