* Unlink the tied file when a torrent is erased.

* Remove torrents that are already tied from the expanded paths.

* Move the loop counter to Control.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@618 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2006-01-09 18:54:57 +00:00
parent f32c15878a
commit 310589c4bf
8 changed files with 49 additions and 24 deletions
+3 -1
View File
@@ -61,7 +61,9 @@ Control::Control() :
m_inputStdin(new input::InputEvent(STDIN_FILENO)),
m_commandScheduler(new CommandScheduler()),
m_optionHandler(new OptionHandler()) {
m_optionHandler(new OptionHandler()),
m_tick(0) {
m_inputStdin->slot_pressed(sigc::mem_fun(m_input, &input::Manager::pressed));