accidentally tied the rpc toggle to the proxy toggle

This commit is contained in:
Mitchell Livingston
2008-06-10 18:10:51 +00:00
parent 96955aaf35
commit 92a178d75f

View File

@@ -672,7 +672,7 @@
- (void) setRPCEnabled: (id) sender
{
tr_sessionSetProxyEnabled(fHandle, [fDefaults boolForKey: @"RPC"]);
tr_sessionSetRPCEnabled(fHandle, [fDefaults boolForKey: @"RPC"]);
}
- (void) setRPCAuthorize: (id) sender