* 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:
rakshasa
2007-07-11 19:22:34 +00:00
parent 36251a46bf
commit 3570602a08
6 changed files with 92 additions and 57 deletions
+1 -1
View File
@@ -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();
}