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

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