update strings file

This commit is contained in:
Mitchell Livingston 2010-09-18 19:40:12 +00:00
parent f6ccb3aa6d
commit 66f7c47f3e
2 changed files with 2 additions and 1 deletions

View File

@ -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

Binary file not shown.