diff DataController.cpp @ 104:6bc013d5788b

Avoid unnecessary updates. Fix problems with wrong subset being selected for update with prefix. Fix some problems with to much verbosity in debug statements.
author Tom Fredrik Blenning Klaussen <bfg@bfgconsult.no>
date Sat, 15 Feb 2014 13:34:10 +0100
parents f4ebbfa3ffae
children 95fb1bcf7e24
line wrap: on
line diff
--- a/DataController.cpp	Sat Feb 15 13:32:46 2014 +0100
+++ b/DataController.cpp	Sat Feb 15 13:34:10 2014 +0100
@@ -82,7 +82,7 @@
 
   qDebug() << "Start Delete";
   dblink.keepOnlyFromPrefix(dir.path(), paths, true);
-  dblink.commit(dir.path());
+  dblink.commit(dir.path(), false);
   qDebug() << "End Delete";
 
   std::auto_ptr<QProgressBar> bar;