mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Add user data parameter for torrent removal callback (#4009)
This commit is contained in:
@@ -99,7 +99,7 @@ void OptionsDialog::Impl::removeOldTorrent()
|
||||
if (tor_ != nullptr)
|
||||
{
|
||||
file_list_->clear();
|
||||
tr_torrentRemove(tor_, false, nullptr);
|
||||
tr_torrentRemove(tor_, false, nullptr, nullptr);
|
||||
tor_ = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user