refresh port status when changing autoport setting

This commit is contained in:
Mitchell Livingston 2006-10-11 18:55:20 +00:00
parent d2645cb4d8
commit 5f87a757fb
1 changed files with 2 additions and 0 deletions

View File

@ -440,6 +440,8 @@
[fNatStatusField setStringValue: @""];
[fNatStatusImage setImage: nil];
}
[self updatePortStatus];
}
- (void) setLimit: (id) sender