commit 3b86e8b31c2687ef268fcfcd04e3b201988a24c9
parent 8bbdf7024369030a85e9b7636564ae4bddae46c5
Author: cfillion <cfillion@users.noreply.github.com>
Date: Mon, 22 Aug 2016 02:02:17 -0400
revert bogus change from 8bbdf7024369030a85e9b7636564ae4bddae46c5 that was causing duplicate installs
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/transaction.cpp b/src/transaction.cpp
@@ -341,10 +341,6 @@ void Transaction::addTask(Task *task)
bool Transaction::runTasks()
{
- // do nothing if we are still downloading indexes for synchronization
- if(!m_downloadQueue.idle())
- return false;
-
m_registry->restore();
while(!m_taskQueue.empty()) {