add `verify' command to ipc.

This commit is contained in:
Charles Kerr
2008-02-27 17:38:39 +00:00
parent 5d233f86c4
commit 9ee96fd0dc
19 changed files with 111 additions and 97 deletions

View File

@@ -993,7 +993,7 @@ recheckTorrentForeach (GtkTreeModel * model,
{
TrTorrent * gtor = NULL;
gtk_tree_model_get( model, iter, MC_TORRENT, &gtor, -1 );
tr_torrentRecheck( tr_torrent_handle( gtor ) );
tr_torrentVerify( tr_torrent_handle( gtor ) );
g_object_unref( G_OBJECT( gtor ) );
}