mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
add `verify' command to ipc.
This commit is contained in:
@@ -107,7 +107,7 @@ verifyRequested( GtkButton * button UNUSED, gpointer gdata )
|
||||
{
|
||||
struct OpenData * data = gdata;
|
||||
if( data->gtor )
|
||||
tr_torrentRecheck( tr_torrent_handle( data->gtor ) );
|
||||
tr_torrentVerify( tr_torrent_handle( data->gtor ) );
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user