mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-17 07:32:32 +00:00
* Allow "print" command to take a list of parameters.
* Added "d_{start,stop,open,close,erase}" commands.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@934 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -155,7 +155,7 @@ ElementDownloadList::receive_stop_download() {
|
||||
if (rpc::call_command_d_value("get_d_state", *m_view->focus()) == 1)
|
||||
control->core()->download_list()->stop_normal(*m_view->focus());
|
||||
else
|
||||
control->core()->download_list()->erase(*m_view->focus());
|
||||
control->core()->download_list()->erase_ptr(*m_view->focus());
|
||||
|
||||
m_view->set_last_changed();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user