1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-27 18:18:10 +00:00

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