commit 984a62cddb9779c28979bb652d79f498041ad2bb
parent dfcdbecf6fc82e13a1119052b006b8752f7c6e2a
Author: cfillion <cfillion@users.noreply.github.com>
Date: Mon, 18 Jan 2016 16:35:03 -0500
synchronize new remote even if a transaction is currently running
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/src/reapack.cpp b/src/reapack.cpp
@@ -182,10 +182,7 @@ void ReaPack::importRemote()
m_config->write();
m_manager->refresh();
-
- Transaction *t = createTransaction();
- if(t)
- t->synchronize(remote);
+ synchronize(remote);
}
void ReaPack::manageRemotes()