mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-11 12:42:31 +00:00
* Cleaned up rak::priority_queue.
* Added download time left display, need to tweak it. * Removed libtorrent/src/download/download_setup.cc. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@607 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -54,7 +54,7 @@ Window::Window(Canvas* c, bool d, int h) :
|
||||
}
|
||||
|
||||
Window::~Window() {
|
||||
displayScheduler.erase(&m_taskUpdate);
|
||||
displayScheduler.erase(m_taskUpdate.clear());
|
||||
delete m_canvas;
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@ Window::set_active(bool a) {
|
||||
if (a)
|
||||
mark_dirty();
|
||||
else
|
||||
displayScheduler.erase(&m_taskUpdate);
|
||||
displayScheduler.erase(m_taskUpdate.clear());
|
||||
|
||||
m_active = a;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user