Show
Ignore:
Timestamp:
12/29/07 23:43:05 (4 years ago)
Author:
rakshasa
Message:

* Properly use d.set_directory_base when

* Added get_{up,down}_{rate,total}.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rtorrent/src/core/download_factory.cc

    r1017 r1023  
    223223    rpc::call_command("d.set_directory", m_variables["directory"], rpc::make_target(download)); 
    224224  else 
    225     rpc::call_command("d.set_directory", rtorrent->get_key("directory"), rpc::make_target(download)); 
     225    rpc::call_command("d.set_directory_base", rtorrent->get_key("directory"), rpc::make_target(download)); 
    226226 
    227227  if (!m_session && m_variables["tied_to_file"].as_value())