mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user