mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-11 12:42:31 +00:00
* Disabled setting of uninterested when no more chunks can be
requested, this needs to be fixed. * Minor adjustments to the usage of rak::priority_queue_insert. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@611 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -111,7 +111,7 @@ DownloadList::activate() {
|
||||
if (is_active())
|
||||
throw std::logic_error("ui::Download::activate() called on an already activated object");
|
||||
|
||||
priority_queue_insert(&taskScheduler, &m_taskUpdate, cachedTime + 1000000);
|
||||
priority_queue_insert(&taskScheduler, &m_taskUpdate, cachedTime);
|
||||
|
||||
m_windowTextInput->set_active(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user