(libT) change the API signature for tr_torrentVerify() s.t. client code can be notified when the verify is finished

This commit is contained in:
Jordan Lee
2013-01-31 21:58:25 +00:00
parent 9c550b5a78
commit 69f3e31230
13 changed files with 134 additions and 93 deletions

View File

@@ -163,7 +163,7 @@ updateTorrent (struct OpenData * o)
tr_torrentSetDownloadDir (o->tor, o->downloadDir);
gtk_widget_set_sensitive (o->file_list, tr_torrentHasMetadata (o->tor));
gtr_file_list_set_torrent (o->file_list, tr_torrentId (o->tor));
tr_torrentVerify (o->tor);
tr_torrentVerify (o->tor, NULL, NULL);
}
}