mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-12 21:22:31 +00:00
* 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:
+1
-1
@@ -64,7 +64,7 @@ Root::init(Control* c) {
|
||||
m_control = c;
|
||||
setup_keys();
|
||||
|
||||
m_windowStatusbar = new WStatusbar(m_control->core());
|
||||
m_windowStatusbar = new WStatusbar(m_control);
|
||||
m_downloadList = new DownloadList(m_control);
|
||||
|
||||
m_control->display()->push_back(m_windowStatusbar);
|
||||
|
||||
Reference in New Issue
Block a user