* Added "http_ca{path/cert}" to the man page.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@919 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2007-06-20 22:35:45 +00:00
parent 93f1e349ff
commit 9f11a5ad92
3 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ apply_download_list(const torrent::Object& rawArgs) {
core::ViewManager* viewManager = control->view_manager();
core::ViewManager::iterator viewItr;
if (argsItr != args.end())
if (argsItr != args.end() && !(argsItr++)->as_string().empty())
viewItr = viewManager->find((argsItr++)->as_string());
else
viewItr = viewManager->find("main");