[Pkg-owncloud-commits] [owncloud-client] 421/498: FolderMan: Use sync() on config after migration #3528

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:49:12 UTC 2015


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 a501bf5b832350fb2604d41e8c2549ead0a6bbe2
Author: Markus Goetz <markus at woboq.com>
Date:   Fri Jul 31 17:09:56 2015 +0200

    FolderMan: Use sync() on config after migration #3528
---
 src/gui/folderman.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/gui/folderman.cpp b/src/gui/folderman.cpp
index 21d38a7..e6a156b 100644
--- a/src/gui/folderman.cpp
+++ b/src/gui/folderman.cpp
@@ -414,6 +414,8 @@ Folder* FolderMan::setupFolderFromOldConfigFile(const QString &file, AccountStat
 
         folder->saveToSettings();
     }
+    qDebug() << "Migrated!";
+    settings.sync();
     return folder;
 }
 

-- 
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