[Pkg-owncloud-commits] [owncloud-client] 198/211: Setupwizard: Close the database in case of moving the folder.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 25 09:10:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit a9d8e9dcd8505ae0d6464b6352417141188033cb
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Fri Oct 24 13:05:29 2014 +0200

    Setupwizard: Close the database in case of moving the folder.
---
 src/mirall/owncloudsetupwizard.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mirall/owncloudsetupwizard.cpp b/src/mirall/owncloudsetupwizard.cpp
index f9a7212..3dcfd8d 100644
--- a/src/mirall/owncloudsetupwizard.cpp
+++ b/src/mirall/owncloudsetupwizard.cpp
@@ -413,6 +413,7 @@ void OwncloudSetupWizard::slotAssistantFinished( int result )
         if( f ) {
             folderMan->setSyncEnabled(false);
             folderMan->terminateSyncProcess(f->alias());
+            f->journalDb()->close();
         }
 
         bool isInitialSetup = (origAccount == 0);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list