get ipc fully working with ipc

This commit is contained in:
Mitchell Livingston
2007-12-24 03:48:42 +00:00
parent 54f1ee06d4
commit 63e7a8597e
7 changed files with 67 additions and 10 deletions

View File

@@ -222,6 +222,12 @@
return [NSArray arrayWithObjects: TOOLBAR_GENERAL, TOOLBAR_TRANSFERS, TOOLBAR_BANDWIDTH, TOOLBAR_ADVANCED, nil];
}
//used by ipc
- (void) updatePortField
{
[fPortField setIntValue: [fDefaults integerForKey: @"BindPort"]];
}
- (void) setPort: (id) sender
{
int port = [sender intValue];