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:
@@ -993,7 +993,7 @@ recheckTorrentForeach (GtkTreeModel * model,
|
||||
{
|
||||
TrTorrent * gtor = NULL;
|
||||
gtk_tree_model_get( model, iter, MC_TORRENT, >or, -1 );
|
||||
tr_torrentRecheck( tr_torrent_handle( gtor ) );
|
||||
tr_torrentVerify( tr_torrent_handle( gtor ) );
|
||||
g_object_unref( G_OBJECT( gtor ) );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user