diff --git a/macosx/Controller.m b/macosx/Controller.m index dd5656792..46bee6fcc 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -162,7 +162,8 @@ static void altSpeedToggledCallback(tr_session * handle UNUSED, tr_bool active, withObject: dict waitUntilDone: NO]; } -static tr_rpc_callback_status rpcCallback(tr_session * handle UNUSED, tr_rpc_callback_type type, struct tr_torrent * torrentStruct, void * controller) +static tr_rpc_callback_status rpcCallback(tr_session * handle UNUSED, tr_rpc_callback_type type, struct tr_torrent * torrentStruct, + void * controller) { [(Controller *)controller rpcCallback: type forTorrentStruct: torrentStruct]; return TR_RPC_NOREMOVE; //we'll do the remove manually diff --git a/macosx/en.lproj/Localizable.strings b/macosx/en.lproj/Localizable.strings index a43e0554c..87e4d3f09 100644 Binary files a/macosx/en.lproj/Localizable.strings and b/macosx/en.lproj/Localizable.strings differ