* Added 'event.download.inserted_{new,session}' that are triggered

when a new or a session torrent is added. Ticket #1516.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1075 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2008-10-28 17:59:40 +00:00
parent 29ba4ff4bc
commit 5648cf7dd0
5 changed files with 17 additions and 27 deletions
-1
View File
@@ -98,7 +98,6 @@ DownloadList::activate(display::Frame* frame, bool focus) {
m_frame = frame;
control->input()->push_back(&m_bindings);
rpc::commands.call("system.method.set_key", rpc::make_target(), rpc::create_object_list("event.download.erased", "0_download_list", "ui.unfocus_download="));
activate_display(DISPLAY_DOWNLOAD_LIST);
}